Html Css Color HEX #010CAA New Midnight Blue

📋 copy color: '#010CAA'

red 1 ◦ green 12 ◦ blue 170

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

Shades of New Midnight Blue #010CAA

Tints of New Midnight Blue #010CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 92.9%

R = 0.55%
G = 6.56%
B = 92.9%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#010CAA (or 0x010CAA) is known color: New Midnight Blue. HEX triplet: 01, 0C and AA. RGB value is (1,12,170). Sum of RGB (Red+Green+Blue) = 1+12+170=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 170 (66.80% from 255 or 92.90% from 183); Max value from RGB is 170 - color contains mainly: blue. Hex color #010CAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010CAA is #FEF355. Grayscale: #1A1A1A. Windows color (decimal): -16708438 or 11144193. OLE color: 11144193.

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

Color convert

RGB 1 12 170 -
CMYK 0.99 0.93 0 0.33
HSL 236.09º 0.99% 0.34% -
HSV(B) 236.09º 0.99% 0.67% -
XYZ 7.4 3.17 38.25 -
YUV 26.72 208.86 109.65 -
System Red Green Blue C M Y K H S L
Decimal 1 12 170 0.99 0.93 0 0.33 236.09 0.99 0.34
Hex 1 C AA 63 5D 0 21 EC 63 22
Octal 1 14 252 143 135 0 41 354 143 42
Binary 1 1100 10101010 1100011 1011101 0 100001 11101100 1100011 100010

Color Harmonies of #010CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CAA

Black with #010CAA

Text Example


Text Example

White with #010CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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