Html Css Color HEX #0C04AB New Midnight Blue

📋 copy color: '#0C04AB'

red 12 ◦ green 4 ◦ blue 171

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

Shades of New Midnight Blue #0C04AB

Tints of New Midnight Blue #0C04AB

RGB

 RED value IS 12 (5.08% from 255) = 6.42%

 GREEN value IS 4 (1.95% from 255) = 2.14%

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

R = 6.42%
G = 2.14%
B = 91.44%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C04AB (or 0x0C04AB) is known color: New Midnight Blue. HEX triplet: 0C, 04 and AB. RGB value is (12,4,171). Sum of RGB (Red+Green+Blue) = 12+4+171=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 4 (1.95% from 255 or 2.14% 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 #0C04AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C04AB is #F3FB54. Grayscale: #181818. Windows color (decimal): -15989589 or 11207692. OLE color: 11207692.

HSL color Cylindrical-coordinate representation of color #0C04AB: hue angle of 242.87º degrees, saturation: 0.95, 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 #0C04AB is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 4 171 -
CMYK 0.93 0.98 0 0.33
HSL 242.87º 0.95% 0.34% -
HSV(B) 242.87º 0.98% 0.67% -
XYZ 7.55 3.11 38.73 -
YUV 25.43 210.15 118.42 -
System Red Green Blue C M Y K H S L
Decimal 12 4 171 0.93 0.98 0 0.33 242.87 0.95 0.34
Hex C 4 AB 5D 62 0 21 F3 5F 22
Octal 14 4 253 135 142 0 41 363 137 42
Binary 1100 100 10101011 1011101 1100010 0 100001 11110011 1011111 100010

Color Harmonies of #0C04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C04AB

Black with #0C04AB

Text Example


Text Example

White with #0C04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C04AB; }

 p { color: rgb(12,4,171); }

 H1.HeaderClassName
 {
   color: #0C04AB;
 }
 .AnyTagClassName
 {
   color: #0C04AB;
 }
</style>

background-color css

<style>
 a { background-color: #0C04AB; }

 a { background-color: rgb(12,4,171); }

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

border-color css

<style>
 span { border-color: #0C04AB; }

 span { border-color: rgb(12,4,171); }

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