Html Css Color HEX #0C0162 Midnight Blue

📋 copy color: '#0C0162'

red 12 ◦ green 1 ◦ blue 98

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

Shades of Midnight Blue #0C0162

Tints of Midnight Blue #0C0162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 88.29%

R = 10.81%
G = 0.9%
B = 88.29%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C0162 (or 0x0C0162) is known color: Midnight Blue. HEX triplet: 0C, 01 and 62. RGB value is (12,1,98). Sum of RGB (Red+Green+Blue) = 12+1+98=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 98 (38.67% from 255 or 88.29% from 111); Max value from RGB is 98 - color contains mainly: blue. Hex color #0C0162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0162 is #F3FE9D. Grayscale: #0E0E0E. Windows color (decimal): -15990430 or 6422796. OLE color: 6422796.

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

Color convert

RGB 12 1 98 -
CMYK 0.88 0.99 0 0.62
HSL 246.8º 0.98% 0.19% -
HSV(B) 246.8º 0.99% 0.38% -
XYZ 2.37 0.98 11.62 -
YUV 15.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 12 1 98 0.88 0.99 0 0.62 246.8 0.98 0.19
Hex C 1 62 58 63 0 3E F7 62 13
Octal 14 1 142 130 143 0 76 367 142 23
Binary 1100 1 1100010 1011000 1100011 0 111110 11110111 1100010 10011

Color Harmonies of #0C0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0162

Black with #0C0162

Text Example


Text Example

White with #0C0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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