Html Css Color HEX #0C1461 Midnight Blue

📋 copy color: '#0C1461'

red 12 ◦ green 20 ◦ blue 97

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

Shades of Midnight Blue #0C1461

Tints of Midnight Blue #0C1461

RGB

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

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

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

R = 9.3%
G = 15.5%
B = 75.19%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C1461 (or 0x0C1461) is known color: Midnight Blue. HEX triplet: 0C, 14 and 61. RGB value is (12,20,97). Sum of RGB (Red+Green+Blue) = 12+20+97=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C1461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1461 is #F3EB9E. Grayscale: #1A1A1A. Windows color (decimal): -15985567 or 6362124. OLE color: 6362124.

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

Color convert

RGB 12 20 97 -
CMYK 0.88 0.79 0 0.62
HSL 234.35º 0.78% 0.21% -
HSV(B) 234.35º 0.88% 0.38% -
XYZ 2.56 1.44 11.45 -
YUV 26.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 12 20 97 0.88 0.79 0 0.62 234.35 0.78 0.21
Hex C 14 61 58 4F 0 3E EA 4E 15
Octal 14 24 141 130 117 0 76 352 116 25
Binary 1100 10100 1100001 1011000 1001111 0 111110 11101010 1001110 10101

Color Harmonies of #0C1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1461

Black with #0C1461

Text Example


Text Example

White with #0C1461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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