Html Css Color HEX #030DA6 New Midnight Blue

📋 copy color: '#030DA6'

red 3 ◦ green 13 ◦ blue 166

#030DA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #030DA6

Tints of New Midnight Blue #030DA6

RGB

 RED value IS 3 (1.56% from 255) = 1.65%

 GREEN value IS 13 (5.47% from 255) = 7.14%

 BLUE value IS 166 (65.23% from 255) = 91.21%

R = 1.65%
G = 7.14%
B = 91.21%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#030DA6 (or 0x030DA6) is known color: New Midnight Blue. HEX triplet: 03, 0D and A6. RGB value is (3,13,166). Sum of RGB (Red+Green+Blue) = 3+13+166=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 166 (65.23% from 255 or 91.21% from 182); Max value from RGB is 166 - color contains mainly: blue. Hex color #030DA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030DA6 is #FCF259. Grayscale: #1A1A1A. Windows color (decimal): -16577114 or 10882307. OLE color: 10882307.

HSL color Cylindrical-coordinate representation of color #030DA6: hue angle of 236.32º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030DA6 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 3 13 166 -
CMYK 0.98 0.92 0 0.35
HSL 236.32º 0.96% 0.33% -
HSV(B) 236.32º 0.98% 0.65% -
XYZ 7.06 3.06 36.29 -
YUV 27.45 206.19 110.56 -
System Red Green Blue C M Y K H S L
Decimal 3 13 166 0.98 0.92 0 0.35 236.32 0.96 0.33
Hex 3 D A6 62 5C 0 23 EC 60 21
Octal 3 15 246 142 134 0 43 354 140 41
Binary 11 1101 10100110 1100010 1011100 0 100011 11101100 1100000 100001

Color Harmonies of #030DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DA6

Black with #030DA6

Text Example


Text Example

White with #030DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030DA6; }

 p { color: rgb(3,13,166); }

 H1.HeaderClassName
 {
   color: #030DA6;
 }
 .AnyTagClassName
 {
   color: #030DA6;
 }
</style>

background-color css

<style>
 a { background-color: #030DA6; }

 a { background-color: rgb(3,13,166); }

 div.DivClassName
 {
   background-color: #030DA6;
 }
 .BgClassName
 {
   background-color: #030DA6;
 }
</style>

border-color css

<style>
 span { border-color: #030DA6; }

 span { border-color: rgb(3,13,166); }

 td.TdClassName
 {
   border-color: #030DA6;
 }
 .TagClassName
 {
   border-color: #030DA6;
 }
</style>