Html Css Color HEX #010C9E New Midnight Blue

📋 copy color: '#010C9E'

red 1 ◦ green 12 ◦ blue 158

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

Shades of New Midnight Blue #010C9E

Tints of New Midnight Blue #010C9E

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#010C9E (or 0x010C9E) is known color: New Midnight Blue. HEX triplet: 01, 0C and 9E. RGB value is (1,12,158). Sum of RGB (Red+Green+Blue) = 1+12+158=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 12 (5.08% from 255 or 7.02% 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 #010C9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C9E is #FEF361. Grayscale: #181818. Windows color (decimal): -16708450 or 10357761. OLE color: 10357761.

HSL color Cylindrical-coordinate representation of color #010C9E: hue angle of 235.8º 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 #010C9E is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 12 158 -
CMYK 0.99 0.92 0 0.38
HSL 235.8º 0.99% 0.31% -
HSV(B) 235.8º 0.99% 0.62% -
XYZ 6.32 2.74 32.54 -
YUV 25.36 202.86 110.63 -
System Red Green Blue C M Y K H S L
Decimal 1 12 158 0.99 0.92 0 0.38 235.8 0.99 0.31
Hex 1 C 9E 63 5C 0 26 EC 63 1F
Octal 1 14 236 143 134 0 46 354 143 37
Binary 1 1100 10011110 1100011 1011100 0 100110 11101100 1100011 11111

Color Harmonies of #010C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C9E

Black with #010C9E

Text Example


Text Example

White with #010C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010C9E; }

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

 H1.HeaderClassName
 {
   color: #010C9E;
 }
 .AnyTagClassName
 {
   color: #010C9E;
 }
</style>

background-color css

<style>
 a { background-color: #010C9E; }

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

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

border-color css

<style>
 span { border-color: #010C9E; }

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

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