Html Css Color HEX #0C18AB New Midnight Blue

📋 copy color: '#0C18AB'

red 12 ◦ green 24 ◦ blue 171

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

Shades of New Midnight Blue #0C18AB

Tints of New Midnight Blue #0C18AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

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

R = 5.8%
G = 11.59%
B = 82.61%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C18AB (or 0x0C18AB) is known color: New Midnight Blue. HEX triplet: 0C, 18 and AB. RGB value is (12,24,171). Sum of RGB (Red+Green+Blue) = 12+24+171=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 171 (67.19% from 255 or 82.61% from 207); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C18AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C18AB is #F3E754. Grayscale: #242424. Windows color (decimal): -15984469 or 11212812. OLE color: 11212812.

HSL color Cylindrical-coordinate representation of color #0C18AB: hue angle of 235.47º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C18AB is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 24 171 -
CMYK 0.93 0.86 0 0.33
HSL 235.47º 0.87% 0.36% -
HSV(B) 235.47º 0.93% 0.67% -
XYZ 7.83 3.67 38.82 -
YUV 37.17 203.52 110.05 -
System Red Green Blue C M Y K H S L
Decimal 12 24 171 0.93 0.86 0 0.33 235.47 0.87 0.36
Hex C 18 AB 5D 56 0 21 EB 57 24
Octal 14 30 253 135 126 0 41 353 127 44
Binary 1100 11000 10101011 1011101 1010110 0 100001 11101011 1010111 100100

Color Harmonies of #0C18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C18AB

Black with #0C18AB

Text Example


Text Example

White with #0C18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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