Html Css Color HEX #0C0B50 Midnight Blue

📋 copy color: '#0C0B50'

red 12 ◦ green 11 ◦ blue 80

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

Shades of Midnight Blue #0C0B50

Tints of Midnight Blue #0C0B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 77.67%

R = 11.65%
G = 10.68%
B = 77.67%

CMYK

 C value IS 0.85

 M value IS 0.86

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C0B50 (or 0x0C0B50) is known color: Midnight Blue. HEX triplet: 0C, 0B and 50. RGB value is (12,11,80). Sum of RGB (Red+Green+Blue) = 12+11+80=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 80 (31.64% from 255 or 77.67% from 103); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C0B50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0B50 is #F3F4AF. Grayscale: #121212. Windows color (decimal): -15987888 or 5245708. OLE color: 5245708.

HSL color Cylindrical-coordinate representation of color #0C0B50: hue angle of 240.87º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C0B50 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 11 80 -
CMYK 0.85 0.86 0 0.69
HSL 240.87º 0.76% 0.18% -
HSV(B) 240.87º 0.86% 0.31% -
XYZ 1.72 0.9 7.67 -
YUV 19.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 12 11 80 0.85 0.86 0 0.69 240.87 0.76 0.18
Hex C B 50 55 56 0 45 F1 4C 12
Octal 14 13 120 125 126 0 105 361 114 22
Binary 1100 1011 1010000 1010101 1010110 0 1000101 11110001 1001100 10010

Color Harmonies of #0C0B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0B50

Black with #0C0B50

Text Example


Text Example

White with #0C0B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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