Html Css Color HEX #030BAB New Midnight Blue

📋 copy color: '#030BAB'

red 3 ◦ green 11 ◦ blue 171

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

Shades of New Midnight Blue #030BAB

Tints of New Midnight Blue #030BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.95%

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

R = 1.62%
G = 5.95%
B = 92.43%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#030BAB (or 0x030BAB) is known color: New Midnight Blue. HEX triplet: 03, 0B and AB. RGB value is (3,11,171). Sum of RGB (Red+Green+Blue) = 3+11+171=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 171 (67.19% from 255 or 92.43% from 185); Max value from RGB is 171 - color contains mainly: blue. Hex color #030BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030BAB is #FCF454. Grayscale: #1A1A1A. Windows color (decimal): -16577621 or 11209475. OLE color: 11209475.

HSL color Cylindrical-coordinate representation of color #030BAB: hue angle of 237.14º 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 #030BAB is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 11 171 -
CMYK 0.98 0.94 0 0.33
HSL 237.14º 0.97% 0.34% -
HSV(B) 237.14º 0.98% 0.67% -
XYZ 7.51 3.2 38.75 -
YUV 26.85 209.35 110.99 -
System Red Green Blue C M Y K H S L
Decimal 3 11 171 0.98 0.94 0 0.33 237.14 0.97 0.34
Hex 3 B AB 62 5E 0 21 ED 61 22
Octal 3 13 253 142 136 0 41 355 141 42
Binary 11 1011 10101011 1100010 1011110 0 100001 11101101 1100001 100010

Color Harmonies of #030BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BAB

Black with #030BAB

Text Example


Text Example

White with #030BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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