Html Css Color HEX #010C9D New Midnight Blue

📋 copy color: '#010C9D'

red 1 ◦ green 12 ◦ blue 157

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

Shades of New Midnight Blue #010C9D

Tints of New Midnight Blue #010C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 92.35%

R = 0.59%
G = 7.06%
B = 92.35%

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

#010C9D (or 0x010C9D) is known color: New Midnight Blue. HEX triplet: 01, 0C and 9D. RGB value is (1,12,157). Sum of RGB (Red+Green+Blue) = 1+12+157=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 157 (61.72% from 255 or 92.35% from 170); Max value from RGB is 157 - color contains mainly: blue. Hex color #010C9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010C9D is #FEF362. Grayscale: #181818. Windows color (decimal): -16708451 or 10292225. OLE color: 10292225.

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

Color convert

RGB 1 12 157 -
CMYK 0.99 0.92 0 0.38
HSL 235.77º 0.99% 0.31% -
HSV(B) 235.77º 0.99% 0.62% -
XYZ 6.23 2.7 32.09 -
YUV 25.24 202.36 110.71 -
System Red Green Blue C M Y K H S L
Decimal 1 12 157 0.99 0.92 0 0.38 235.77 0.99 0.31
Hex 1 C 9D 63 5C 0 26 EC 63 1F
Octal 1 14 235 143 134 0 46 354 143 37
Binary 1 1100 10011101 1100011 1011100 0 100110 11101100 1100011 11111

Color Harmonies of #010C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010C9D

Black with #010C9D

Text Example


Text Example

White with #010C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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