Html Css Color HEX #0C146F Midnight Blue

📋 copy color: '#0C146F'

red 12 ◦ green 20 ◦ blue 111

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

Shades of Midnight Blue #0C146F

Tints of Midnight Blue #0C146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

 BLUE value IS 111 (43.75% from 255) = 77.62%

R = 8.39%
G = 13.99%
B = 77.62%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C146F (or 0x0C146F) is known color: Midnight Blue. HEX triplet: 0C, 14 and 6F. RGB value is (12,20,111). Sum of RGB (Red+Green+Blue) = 12+20+111=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C146F is #F3EB90. Grayscale: #1B1B1B. Windows color (decimal): -15985553 or 7279628. OLE color: 7279628.

HSL color Cylindrical-coordinate representation of color #0C146F: hue angle of 235.15º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C146F is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 20 111 -
CMYK 0.89 0.82 0 0.56
HSL 235.15º 0.8% 0.24% -
HSV(B) 235.15º 0.89% 0.44% -
XYZ 3.27 1.73 15.2 -
YUV 27.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 12 20 111 0.89 0.82 0 0.56 235.15 0.8 0.24
Hex C 14 6F 59 52 0 38 EB 50 18
Octal 14 24 157 131 122 0 70 353 120 30
Binary 1100 10100 1101111 1011001 1010010 0 111000 11101011 1010000 11000

Color Harmonies of #0C146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C146F

Black with #0C146F

Text Example


Text Example

White with #0C146F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,20,111); }

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

background-color css

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

 a { background-color: rgb(12,20,111); }

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

border-color css

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

 span { border-color: rgb(12,20,111); }

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