Html Css Color HEX #0C0760 Midnight Blue

📋 copy color: '#0C0760'

red 12 ◦ green 7 ◦ blue 96

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

Shades of Midnight Blue #0C0760

Tints of Midnight Blue #0C0760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

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

R = 10.43%
G = 6.09%
B = 83.48%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C0760 (or 0x0C0760) is known color: Midnight Blue. HEX triplet: 0C, 07 and 60. RGB value is (12,7,96). Sum of RGB (Red+Green+Blue) = 12+7+96=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 96 (37.89% from 255 or 83.48% from 115); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C0760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0760 is #F3F89F. Grayscale: #121212. Windows color (decimal): -15988896 or 6293260. OLE color: 6293260.

HSL color Cylindrical-coordinate representation of color #0C0760: hue angle of 243.37º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0760 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 7 96 -
CMYK 0.88 0.93 0 0.62
HSL 243.37º 0.86% 0.2% -
HSV(B) 243.37º 0.93% 0.38% -
XYZ 2.34 1.07 11.15 -
YUV 18.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 12 7 96 0.88 0.93 0 0.62 243.37 0.86 0.2
Hex C 7 60 58 5D 0 3E F3 56 14
Octal 14 7 140 130 135 0 76 363 126 24
Binary 1100 111 1100000 1011000 1011101 0 111110 11110011 1010110 10100

Color Harmonies of #0C0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0760

Black with #0C0760

Text Example


Text Example

White with #0C0760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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