Html Css Color HEX #030BAC New Midnight Blue

📋 copy color: '#030BAC'

red 3 ◦ green 11 ◦ blue 172

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

Shades of New Midnight Blue #030BAC

Tints of New Midnight Blue #030BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 92.47%

R = 1.61%
G = 5.91%
B = 92.47%

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

#030BAC (or 0x030BAC) is known color: New Midnight Blue. HEX triplet: 03, 0B and AC. RGB value is (3,11,172). Sum of RGB (Red+Green+Blue) = 3+11+172=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 172 (67.58% from 255 or 92.47% from 186); Max value from RGB is 172 - color contains mainly: blue. Hex color #030BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030BAC is #FCF453. Grayscale: #1A1A1A. Windows color (decimal): -16577620 or 11275011. OLE color: 11275011.

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

Color convert

RGB 3 11 172 -
CMYK 0.98 0.94 0 0.33
HSL 237.16º 0.97% 0.34% -
HSV(B) 237.16º 0.98% 0.67% -
XYZ 7.6 3.24 39.25 -
YUV 26.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 3 11 172 0.98 0.94 0 0.33 237.16 0.97 0.34
Hex 3 B AC 62 5E 0 21 ED 61 22
Octal 3 13 254 142 136 0 41 355 141 42
Binary 11 1011 10101100 1100010 1011110 0 100001 11101101 1100001 100010

Color Harmonies of #030BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BAC

Black with #030BAC

Text Example


Text Example

White with #030BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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