Html Css Color HEX #0C1261 Midnight Blue

📋 copy color: '#0C1261'

red 12 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #0C1261

Tints of Midnight Blue #0C1261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

 BLUE value IS 97 (38.28% from 255) = 76.38%

R = 9.45%
G = 14.17%
B = 76.38%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C1261 (or 0x0C1261) is known color: Midnight Blue. HEX triplet: 0C, 12 and 61. RGB value is (12,18,97). Sum of RGB (Red+Green+Blue) = 12+18+97=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C1261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1261 is #F3ED9E. Grayscale: #181818. Windows color (decimal): -15986079 or 6361612. OLE color: 6361612.

HSL color Cylindrical-coordinate representation of color #0C1261: hue angle of 235.76º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C1261 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 18 97 -
CMYK 0.88 0.81 0 0.62
HSL 235.76º 0.78% 0.21% -
HSV(B) 235.76º 0.88% 0.38% -
XYZ 2.53 1.37 11.44 -
YUV 25.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 12 18 97 0.88 0.81 0 0.62 235.76 0.78 0.21
Hex C 12 61 58 51 0 3E EC 4E 15
Octal 14 22 141 130 121 0 76 354 116 25
Binary 1100 10010 1100001 1011000 1010001 0 111110 11101100 1001110 10101

Color Harmonies of #0C1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1261

Black with #0C1261

Text Example


Text Example

White with #0C1261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,18,97); }

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

background-color css

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

 a { background-color: rgb(12,18,97); }

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

border-color css

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

 span { border-color: rgb(12,18,97); }

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