Html Css Color HEX #0C146D Midnight Blue

📋 copy color: '#0C146D'

red 12 ◦ green 20 ◦ blue 109

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

Shades of Midnight Blue #0C146D

Tints of Midnight Blue #0C146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 77.3%

R = 8.51%
G = 14.18%
B = 77.3%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C146D (or 0x0C146D) is known color: Midnight Blue. HEX triplet: 0C, 14 and 6D. RGB value is (12,20,109). Sum of RGB (Red+Green+Blue) = 12+20+109=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C146D is #F3EB92. Grayscale: #1B1B1B. Windows color (decimal): -15985555 or 7148556. OLE color: 7148556.

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

Color convert

RGB 12 20 109 -
CMYK 0.89 0.82 0 0.57
HSL 235.05º 0.8% 0.24% -
HSV(B) 235.05º 0.89% 0.43% -
XYZ 3.16 1.68 14.63 -
YUV 27.75 173.85 116.76 -
System Red Green Blue C M Y K H S L
Decimal 12 20 109 0.89 0.82 0 0.57 235.05 0.8 0.24
Hex C 14 6D 59 52 0 39 EB 50 18
Octal 14 24 155 131 122 0 71 353 120 30
Binary 1100 10100 1101101 1011001 1010010 0 111001 11101011 1010000 11000

Color Harmonies of #0C146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C146D

Black with #0C146D

Text Example


Text Example

White with #0C146D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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