Html Css Color HEX #0C1561 Midnight Blue

📋 copy color: '#0C1561'

red 12 ◦ green 21 ◦ blue 97

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

Shades of Midnight Blue #0C1561

Tints of Midnight Blue #0C1561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

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

R = 9.23%
G = 16.15%
B = 74.62%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C1561 (or 0x0C1561) is known color: Midnight Blue. HEX triplet: 0C, 15 and 61. RGB value is (12,21,97). Sum of RGB (Red+Green+Blue) = 12+21+97=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 97 (38.28% from 255 or 74.62% from 130); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C1561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1561 is #F3EA9E. Grayscale: #1A1A1A. Windows color (decimal): -15985311 or 6362380. OLE color: 6362380.

HSL color Cylindrical-coordinate representation of color #0C1561: hue angle of 233.65º 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 #0C1561 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 21 97 -
CMYK 0.88 0.78 0 0.62
HSL 233.65º 0.78% 0.21% -
HSV(B) 233.65º 0.88% 0.38% -
XYZ 2.58 1.48 11.46 -
YUV 26.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 12 21 97 0.88 0.78 0 0.62 233.65 0.78 0.21
Hex C 15 61 58 4E 0 3E EA 4E 15
Octal 14 25 141 130 116 0 76 352 116 25
Binary 1100 10101 1100001 1011000 1001110 0 111110 11101010 1001110 10101

Color Harmonies of #0C1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1561

Black with #0C1561

Text Example


Text Example

White with #0C1561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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