Html Css Color HEX #0C055F Midnight Blue

📋 copy color: '#0C055F'

red 12 ◦ green 5 ◦ blue 95

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

Shades of Midnight Blue #0C055F

Tints of Midnight Blue #0C055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.46%

 BLUE value IS 95 (37.5% from 255) = 84.82%

R = 10.71%
G = 4.46%
B = 84.82%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0C055F (or 0x0C055F) is known color: Midnight Blue. HEX triplet: 0C, 05 and 5F. RGB value is (12,5,95). Sum of RGB (Red+Green+Blue) = 12+5+95=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 95 (37.5% from 255 or 84.82% from 112); Max value from RGB is 95 - color contains mainly: blue. Hex color #0C055F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C055F is #F3FAA0. Grayscale: #111111. Windows color (decimal): -15989409 or 6227212. OLE color: 6227212.

HSL color Cylindrical-coordinate representation of color #0C055F: hue angle of 244.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C055F is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 12 5 95 -
CMYK 0.87 0.95 0 0.63
HSL 244.67º 0.9% 0.2% -
HSV(B) 244.67º 0.95% 0.37% -
XYZ 2.27 1.01 10.9 -
YUV 17.35 171.82 124.18 -
System Red Green Blue C M Y K H S L
Decimal 12 5 95 0.87 0.95 0 0.63 244.67 0.9 0.2
Hex C 5 5F 57 5F 0 3F F5 5A 14
Octal 14 5 137 127 137 0 77 365 132 24
Binary 1100 101 1011111 1010111 1011111 0 111111 11110101 1011010 10100

Color Harmonies of #0C055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C055F

Black with #0C055F

Text Example


Text Example

White with #0C055F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,5,95); }

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

background-color css

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

 a { background-color: rgb(12,5,95); }

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

border-color css

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

 span { border-color: rgb(12,5,95); }

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