Html Css Color HEX #0C0B61 Midnight Blue

📋 copy color: '#0C0B61'

red 12 ◦ green 11 ◦ blue 97

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

Shades of Midnight Blue #0C0B61

Tints of Midnight Blue #0C0B61

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.17%

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

R = 10%
G = 9.17%
B = 80.83%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C0B61 (or 0x0C0B61) is known color: Midnight Blue. HEX triplet: 0C, 0B and 61. RGB value is (12,11,97). Sum of RGB (Red+Green+Blue) = 12+11+97=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 97 (38.28% from 255 or 80.83% from 120); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C0B61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0B61 is #F3F49E. Grayscale: #141414. Windows color (decimal): -15987871 or 6359820. OLE color: 6359820.

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

Color convert

RGB 12 11 97 -
CMYK 0.88 0.89 0 0.62
HSL 240.7º 0.8% 0.21% -
HSV(B) 240.7º 0.89% 0.38% -
XYZ 2.43 1.18 11.41 -
YUV 21.1 170.83 121.51 -
System Red Green Blue C M Y K H S L
Decimal 12 11 97 0.88 0.89 0 0.62 240.7 0.8 0.21
Hex C B 61 58 59 0 3E F1 50 15
Octal 14 13 141 130 131 0 76 361 120 25
Binary 1100 1011 1100001 1011000 1011001 0 111110 11110001 1010000 10101

Color Harmonies of #0C0B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0B61

Black with #0C0B61

Text Example


Text Example

White with #0C0B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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