Html Css Color HEX #010CA9 New Midnight Blue

📋 copy color: '#010CA9'

red 1 ◦ green 12 ◦ blue 169

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

Shades of New Midnight Blue #010CA9

Tints of New Midnight Blue #010CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 92.86%

R = 0.55%
G = 6.59%
B = 92.86%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#010CA9 (or 0x010CA9) is known color: New Midnight Blue. HEX triplet: 01, 0C and A9. RGB value is (1,12,169). Sum of RGB (Red+Green+Blue) = 1+12+169=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 169 (66.41% from 255 or 92.86% from 182); Max value from RGB is 169 - color contains mainly: blue. Hex color #010CA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010CA9 is #FEF356. Grayscale: #191919. Windows color (decimal): -16708439 or 11078657. OLE color: 11078657.

HSL color Cylindrical-coordinate representation of color #010CA9: hue angle of 236.07º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CA9 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 1 12 169 -
CMYK 0.99 0.93 0 0.34
HSL 236.07º 0.99% 0.33% -
HSV(B) 236.07º 0.99% 0.66% -
XYZ 7.31 3.13 37.76 -
YUV 26.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 1 12 169 0.99 0.93 0 0.34 236.07 0.99 0.33
Hex 1 C A9 63 5D 0 22 EC 63 21
Octal 1 14 251 143 135 0 42 354 143 41
Binary 1 1100 10101001 1100011 1011101 0 100010 11101100 1100011 100001

Color Harmonies of #010CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CA9

Black with #010CA9

Text Example


Text Example

White with #010CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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