Html Css Color HEX #0C009E New Midnight Blue

📋 copy color: '#0C009E'

red 12 ◦ green 0 ◦ blue 158

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

Shades of New Midnight Blue #0C009E

Tints of New Midnight Blue #0C009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 7.06%
G = 0%
B = 92.94%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C009E (or 0x0C009E) is known color: New Midnight Blue. HEX triplet: 0C, 00 and 9E. RGB value is (12,0,158). Sum of RGB (Red+Green+Blue) = 12+0+158=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 158 (62.11% from 255 or 92.94% from 170); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C009E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C009E is #F3FF61. Grayscale: #141414. Windows color (decimal): -15990626 or 10354700. OLE color: 10354700.

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

Color convert

RGB 12 0 158 -
CMYK 0.92 1 0 0.38
HSL 244.56º 1% 0.31% -
HSV(B) 244.56º 1% 0.62% -
XYZ 6.32 2.55 32.51 -
YUV 21.6 204.98 121.15 -
System Red Green Blue C M Y K H S L
Decimal 12 0 158 0.92 1 0 0.38 244.56 1 0.31
Hex C 0 9E 5C 64 0 26 F5 64 1F
Octal 14 0 236 134 144 0 46 365 144 37
Binary 1100 0 10011110 1011100 1100100 0 100110 11110101 1100100 11111

Color Harmonies of #0C009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C009E

Black with #0C009E

Text Example


Text Example

White with #0C009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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