Html Css Color HEX #0C1460 Midnight Blue

📋 copy color: '#0C1460'

red 12 ◦ green 20 ◦ blue 96

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

Shades of Midnight Blue #0C1460

Tints of Midnight Blue #0C1460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 75%

R = 9.38%
G = 15.63%
B = 75%

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

#0C1460 (or 0x0C1460) is known color: Midnight Blue. HEX triplet: 0C, 14 and 60. RGB value is (12,20,96). Sum of RGB (Red+Green+Blue) = 12+20+96=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 96 (37.89% from 255 or 75% from 128); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C1460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1460 is #F3EB9F. Grayscale: #191919. Windows color (decimal): -15985568 or 6296588. OLE color: 6296588.

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

Color convert

RGB 12 20 96 -
CMYK 0.88 0.79 0 0.62
HSL 234.29º 0.78% 0.21% -
HSV(B) 234.29º 0.88% 0.38% -
XYZ 2.51 1.42 11.21 -
YUV 26.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 12 20 96 0.88 0.79 0 0.62 234.29 0.78 0.21
Hex C 14 60 58 4F 0 3E EA 4E 15
Octal 14 24 140 130 117 0 76 352 116 25
Binary 1100 10100 1100000 1011000 1001111 0 111110 11101010 1001110 10101

Color Harmonies of #0C1460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1460

Black with #0C1460

Text Example


Text Example

White with #0C1460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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