Html Css Color HEX #0C019E New Midnight Blue

📋 copy color: '#0C019E'

red 12 ◦ green 1 ◦ blue 158

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

Shades of New Midnight Blue #0C019E

Tints of New Midnight Blue #0C019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 92.4%

R = 7.02%
G = 0.58%
B = 92.4%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C019E (or 0x0C019E) is known color: New Midnight Blue. HEX triplet: 0C, 01 and 9E. RGB value is (12,1,158). Sum of RGB (Red+Green+Blue) = 12+1+158=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 158 (62.11% from 255 or 92.40% from 171); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C019E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C019E is #F3FE61. Grayscale: #151515. Windows color (decimal): -15990370 or 10354956. OLE color: 10354956.

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

Color convert

RGB 12 1 158 -
CMYK 0.92 0.99 0 0.38
HSL 244.2º 0.99% 0.31% -
HSV(B) 244.2º 0.99% 0.62% -
XYZ 6.33 2.57 32.51 -
YUV 22.19 204.64 120.73 -
System Red Green Blue C M Y K H S L
Decimal 12 1 158 0.92 0.99 0 0.38 244.2 0.99 0.31
Hex C 1 9E 5C 63 0 26 F4 63 1F
Octal 14 1 236 134 143 0 46 364 143 37
Binary 1100 1 10011110 1011100 1100011 0 100110 11110100 1100011 11111

Color Harmonies of #0C019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C019E

Black with #0C019E

Text Example


Text Example

White with #0C019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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