Html Css Color HEX #0C1660 Midnight Blue

📋 copy color: '#0C1660'

red 12 ◦ green 22 ◦ blue 96

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

Shades of Midnight Blue #0C1660

Tints of Midnight Blue #0C1660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

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

R = 9.23%
G = 16.92%
B = 73.85%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C1660 (or 0x0C1660) is known color: Midnight Blue. HEX triplet: 0C, 16 and 60. RGB value is (12,22,96). Sum of RGB (Red+Green+Blue) = 12+22+96=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C1660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1660 is #F3E99F. Grayscale: #1B1B1B. Windows color (decimal): -15985056 or 6297100. OLE color: 6297100.

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

Color convert

RGB 12 22 96 -
CMYK 0.88 0.77 0 0.62
HSL 232.86º 0.78% 0.21% -
HSV(B) 232.86º 0.88% 0.38% -
XYZ 2.55 1.5 11.22 -
YUV 27.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 12 22 96 0.88 0.77 0 0.62 232.86 0.78 0.21
Hex C 16 60 58 4D 0 3E E9 4E 15
Octal 14 26 140 130 115 0 76 351 116 25
Binary 1100 10110 1100000 1011000 1001101 0 111110 11101001 1001110 10101

Color Harmonies of #0C1660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1660

Black with #0C1660

Text Example


Text Example

White with #0C1660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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