Html Css Color HEX #010CAE New Midnight Blue

📋 copy color: '#010CAE'

red 1 ◦ green 12 ◦ blue 174

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

Shades of New Midnight Blue #010CAE

Tints of New Midnight Blue #010CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 93.05%

R = 0.53%
G = 6.42%
B = 93.05%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#010CAE (or 0x010CAE) is known color: New Midnight Blue. HEX triplet: 01, 0C and AE. RGB value is (1,12,174). Sum of RGB (Red+Green+Blue) = 1+12+174=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 174 (68.36% from 255 or 93.05% from 187); Max value from RGB is 174 - color contains mainly: blue. Hex color #010CAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010CAE is #FEF351. Grayscale: #1A1A1A. Windows color (decimal): -16708434 or 11406337. OLE color: 11406337.

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

Color convert

RGB 1 12 174 -
CMYK 0.99 0.93 0 0.32
HSL 236.19º 0.99% 0.34% -
HSV(B) 236.19º 0.99% 0.68% -
XYZ 7.78 3.33 40.28 -
YUV 27.18 210.86 109.33 -
System Red Green Blue C M Y K H S L
Decimal 1 12 174 0.99 0.93 0 0.32 236.19 0.99 0.34
Hex 1 C AE 63 5D 0 20 EC 63 22
Octal 1 14 256 143 135 0 40 354 143 42
Binary 1 1100 10101110 1100011 1011101 0 100000 11101100 1100011 100010

Color Harmonies of #010CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CAE

Black with #010CAE

Text Example


Text Example

White with #010CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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