Html Css Color HEX #0C1560 Midnight Blue

📋 copy color: '#0C1560'

red 12 ◦ green 21 ◦ blue 96

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

Shades of Midnight Blue #0C1560

Tints of Midnight Blue #0C1560

RGB

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

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

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

R = 9.3%
G = 16.28%
B = 74.42%

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

#0C1560 (or 0x0C1560) is known color: Midnight Blue. HEX triplet: 0C, 15 and 60. RGB value is (12,21,96). Sum of RGB (Red+Green+Blue) = 12+21+96=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C1560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1560 is #F3EA9F. Grayscale: #1A1A1A. Windows color (decimal): -15985312 or 6296844. OLE color: 6296844.

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

Color convert

RGB 12 21 96 -
CMYK 0.88 0.78 0 0.62
HSL 233.57º 0.78% 0.21% -
HSV(B) 233.57º 0.88% 0.38% -
XYZ 2.53 1.46 11.21 -
YUV 26.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 12 21 96 0.88 0.78 0 0.62 233.57 0.78 0.21
Hex C 15 60 58 4E 0 3E EA 4E 15
Octal 14 25 140 130 116 0 76 352 116 25
Binary 1100 10101 1100000 1011000 1001110 0 111110 11101010 1001110 10101

Color Harmonies of #0C1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1560

Black with #0C1560

Text Example


Text Example

White with #0C1560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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