Html Css Color HEX #0C0150 Midnight Blue

📋 copy color: '#0C0150'

red 12 ◦ green 1 ◦ blue 80

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

Shades of Midnight Blue #0C0150

Tints of Midnight Blue #0C0150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.08%

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

R = 12.9%
G = 1.08%
B = 86.02%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C0150 (or 0x0C0150) is known color: Midnight Blue. HEX triplet: 0C, 01 and 50. RGB value is (12,1,80). Sum of RGB (Red+Green+Blue) = 12+1+80=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 80 (31.64% from 255 or 86.02% from 93); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C0150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0150 is #F3FEAF. Grayscale: #0C0C0C. Windows color (decimal): -15990448 or 5243148. OLE color: 5243148.

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

Color convert

RGB 12 1 80 -
CMYK 0.85 0.99 0 0.69
HSL 248.35º 0.98% 0.16% -
HSV(B) 248.35º 0.99% 0.31% -
XYZ 1.61 0.68 7.64 -
YUV 13.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 12 1 80 0.85 0.99 0 0.69 248.35 0.98 0.16
Hex C 1 50 55 63 0 45 F8 62 10
Octal 14 1 120 125 143 0 105 370 142 20
Binary 1100 1 1010000 1010101 1100011 0 1000101 11111000 1100010 10000

Color Harmonies of #0C0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0150

Black with #0C0150

Text Example


Text Example

White with #0C0150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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