Html Css Color HEX #1008AB New Midnight Blue

📋 copy color: '#1008AB'

red 16 ◦ green 8 ◦ blue 171

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

Shades of New Midnight Blue #1008AB

Tints of New Midnight Blue #1008AB

RGB

 RED value IS 16 (6.64% from 255) = 8.21%

 GREEN value IS 8 (3.52% from 255) = 4.1%

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

R = 8.21%
G = 4.1%
B = 87.69%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1008AB (or 0x1008AB) is known color: New Midnight Blue. HEX triplet: 10, 08 and AB. RGB value is (16,8,171). Sum of RGB (Red+Green+Blue) = 16+8+171=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 171 (67.19% from 255 or 87.69% from 195); Max value from RGB is 171 - color contains mainly: blue. Hex color #1008AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1008AB is #EFF754. Grayscale: #1C1C1C. Windows color (decimal): -15726421 or 11208720. OLE color: 11208720.

HSL color Cylindrical-coordinate representation of color #1008AB: hue angle of 242.94º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1008AB is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 8 171 -
CMYK 0.91 0.95 0 0.33
HSL 242.94º 0.91% 0.35% -
HSV(B) 242.94º 0.95% 0.67% -
XYZ 7.65 3.22 38.75 -
YUV 28.97 208.15 118.75 -
System Red Green Blue C M Y K H S L
Decimal 16 8 171 0.91 0.95 0 0.33 242.94 0.91 0.35
Hex 10 8 AB 5B 5F 0 21 F3 5B 23
Octal 20 10 253 133 137 0 41 363 133 43
Binary 10000 1000 10101011 1011011 1011111 0 100001 11110011 1011011 100011

Color Harmonies of #1008AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1008AB

Black with #1008AB

Text Example


Text Example

White with #1008AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1008AB; }

 p { color: rgb(16,8,171); }

 H1.HeaderClassName
 {
   color: #1008AB;
 }
 .AnyTagClassName
 {
   color: #1008AB;
 }
</style>

background-color css

<style>
 a { background-color: #1008AB; }

 a { background-color: rgb(16,8,171); }

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

border-color css

<style>
 span { border-color: #1008AB; }

 span { border-color: rgb(16,8,171); }

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