Html Css Color HEX #1701AB New Midnight Blue

📋 copy color: '#1701AB'

red 23 ◦ green 1 ◦ blue 171

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

Shades of New Midnight Blue #1701AB

Tints of New Midnight Blue #1701AB

RGB

 RED value IS 23 (9.38% from 255) = 11.79%

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 11.79%
G = 0.51%
B = 87.69%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1701AB (or 0x1701AB) is known color: New Midnight Blue. HEX triplet: 17, 01 and AB. RGB value is (23,1,171). Sum of RGB (Red+Green+Blue) = 23+1+171=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 1 (0.78% from 255 or 0.51% 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 #1701AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1701AB is #E8FE54. Grayscale: #1A1A1A. Windows color (decimal): -15269461 or 11206935. OLE color: 11206935.

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

Color convert

RGB 23 1 171 -
CMYK 0.87 0.99 0 0.33
HSL 247.76º 0.99% 0.34% -
HSV(B) 247.76º 0.99% 0.67% -
XYZ 7.71 3.14 38.73 -
YUV 26.96 209.29 125.18 -
System Red Green Blue C M Y K H S L
Decimal 23 1 171 0.87 0.99 0 0.33 247.76 0.99 0.34
Hex 17 1 AB 57 63 0 21 F8 63 22
Octal 27 1 253 127 143 0 41 370 143 42
Binary 10111 1 10101011 1010111 1100011 0 100001 11111000 1100011 100010

Color Harmonies of #1701AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1701AB

Black with #1701AB

Text Example


Text Example

White with #1701AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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