Html Css Color HEX #010CAB New Midnight Blue

📋 copy color: '#010CAB'

red 1 ◦ green 12 ◦ blue 171

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

Shades of New Midnight Blue #010CAB

Tints of New Midnight Blue #010CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 92.93%

R = 0.54%
G = 6.52%
B = 92.93%

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

#010CAB (or 0x010CAB) is known color: New Midnight Blue. HEX triplet: 01, 0C and AB. RGB value is (1,12,171). Sum of RGB (Red+Green+Blue) = 1+12+171=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 171 (67.19% from 255 or 92.93% from 184); Max value from RGB is 171 - color contains mainly: blue. Hex color #010CAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010CAB is #FEF354. Grayscale: #1A1A1A. Windows color (decimal): -16708437 or 11209729. OLE color: 11209729.

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

Color convert

RGB 1 12 171 -
CMYK 0.99 0.93 0 0.33
HSL 236.12º 0.99% 0.34% -
HSV(B) 236.12º 0.99% 0.67% -
XYZ 7.49 3.21 38.75 -
YUV 26.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 1 12 171 0.99 0.93 0 0.33 236.12 0.99 0.34
Hex 1 C AB 63 5D 0 21 EC 63 22
Octal 1 14 253 143 135 0 41 354 143 42
Binary 1 1100 10101011 1100011 1011101 0 100001 11101100 1100011 100010

Color Harmonies of #010CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CAB

Black with #010CAB

Text Example


Text Example

White with #010CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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