Html Css Color HEX #010CAD New Midnight Blue

📋 copy color: '#010CAD'

red 1 ◦ green 12 ◦ blue 173

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

Shades of New Midnight Blue #010CAD

Tints of New Midnight Blue #010CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 93.01%

R = 0.54%
G = 6.45%
B = 93.01%

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

#010CAD (or 0x010CAD) is known color: New Midnight Blue. HEX triplet: 01, 0C and AD. RGB value is (1,12,173). Sum of RGB (Red+Green+Blue) = 1+12+173=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 173 (67.97% from 255 or 93.01% from 186); Max value from RGB is 173 - color contains mainly: blue. Hex color #010CAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010CAD is #FEF352. Grayscale: #1A1A1A. Windows color (decimal): -16708435 or 11340801. OLE color: 11340801.

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

Color convert

RGB 1 12 173 -
CMYK 0.99 0.93 0 0.32
HSL 236.16º 0.99% 0.34% -
HSV(B) 236.16º 0.99% 0.68% -
XYZ 7.69 3.29 39.76 -
YUV 27.07 210.36 109.41 -
System Red Green Blue C M Y K H S L
Decimal 1 12 173 0.99 0.93 0 0.32 236.16 0.99 0.34
Hex 1 C AD 63 5D 0 20 EC 63 22
Octal 1 14 255 143 135 0 40 354 143 42
Binary 1 1100 10101101 1100011 1011101 0 100000 11101100 1100011 100010

Color Harmonies of #010CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CAD

Black with #010CAD

Text Example


Text Example

White with #010CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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