Html Css Color HEX #030DAB New Midnight Blue

📋 copy color: '#030DAB'

red 3 ◦ green 13 ◦ blue 171

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

Shades of New Midnight Blue #030DAB

Tints of New Midnight Blue #030DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 91.44%

R = 1.6%
G = 6.95%
B = 91.44%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#030DAB (or 0x030DAB) is known color: New Midnight Blue. HEX triplet: 03, 0D and AB. RGB value is (3,13,171). Sum of RGB (Red+Green+Blue) = 3+13+171=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 171 (67.19% from 255 or 91.44% from 187); Max value from RGB is 171 - color contains mainly: blue. Hex color #030DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030DAB is #FCF254. Grayscale: #1B1B1B. Windows color (decimal): -16577109 or 11209987. OLE color: 11209987.

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

Color convert

RGB 3 13 171 -
CMYK 0.98 0.92 0 0.33
HSL 236.43º 0.97% 0.34% -
HSV(B) 236.43º 0.98% 0.67% -
XYZ 7.53 3.25 38.76 -
YUV 28.02 208.69 110.15 -
System Red Green Blue C M Y K H S L
Decimal 3 13 171 0.98 0.92 0 0.33 236.43 0.97 0.34
Hex 3 D AB 62 5C 0 21 EC 61 22
Octal 3 15 253 142 134 0 41 354 141 42
Binary 11 1101 10101011 1100010 1011100 0 100001 11101100 1100001 100010

Color Harmonies of #030DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DAB

Black with #030DAB

Text Example


Text Example

White with #030DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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