Html Css Color HEX #0C0158 Midnight Blue

📋 copy color: '#0C0158'

red 12 ◦ green 1 ◦ blue 88

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

Shades of Midnight Blue #0C0158

Tints of Midnight Blue #0C0158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 87.13%

R = 11.88%
G = 0.99%
B = 87.13%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0C0158 (or 0x0C0158) is known color: Midnight Blue. HEX triplet: 0C, 01 and 58. RGB value is (12,1,88). Sum of RGB (Red+Green+Blue) = 12+1+88=101 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.88% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 88 (34.77% from 255 or 87.13% from 101); Max value from RGB is 88 - color contains mainly: blue. Hex color #0C0158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0158 is #F3FEA7. Grayscale: #0D0D0D. Windows color (decimal): -15990440 or 5767436. OLE color: 5767436.

HSL color Cylindrical-coordinate representation of color #0C0158: hue angle of 247.59º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0158 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 1 88 -
CMYK 0.86 0.99 0 0.65
HSL 247.59º 0.98% 0.17% -
HSV(B) 247.59º 0.99% 0.35% -
XYZ 1.92 0.8 9.29 -
YUV 14.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 12 1 88 0.86 0.99 0 0.65 247.59 0.98 0.17
Hex C 1 58 56 63 0 41 F8 62 11
Octal 14 1 130 126 143 0 101 370 142 21
Binary 1100 1 1011000 1010110 1100011 0 1000001 11111000 1100010 10001

Color Harmonies of #0C0158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0158

Black with #0C0158

Text Example


Text Example

White with #0C0158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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