Html Css Color HEX #1700AB New Midnight Blue

📋 copy color: '#1700AB'

red 23 ◦ green 0 ◦ blue 171

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

Shades of New Midnight Blue #1700AB

Tints of New Midnight Blue #1700AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 11.86%
G = 0%
B = 88.14%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1700AB (or 0x1700AB) is known color: New Midnight Blue. HEX triplet: 17, 00 and AB. RGB value is (23,0,171). Sum of RGB (Red+Green+Blue) = 23+0+171=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 171 (67.19% from 255 or 88.14% from 194); Max value from RGB is 171 - color contains mainly: blue. Hex color #1700AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1700AB is #E8FF54. Grayscale: #191919. Windows color (decimal): -15269717 or 11206679. OLE color: 11206679.

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

Color convert

RGB 23 0 171 -
CMYK 0.87 1 0 0.33
HSL 248.07º 1% 0.34% -
HSV(B) 248.07º 1% 0.67% -
XYZ 7.7 3.12 38.72 -
YUV 26.37 209.62 125.6 -
System Red Green Blue C M Y K H S L
Decimal 23 0 171 0.87 1 0 0.33 248.07 1 0.34
Hex 17 0 AB 57 64 0 21 F8 64 22
Octal 27 0 253 127 144 0 41 370 144 42
Binary 10111 0 10101011 1010111 1100100 0 100001 11111000 1100100 100010

Color Harmonies of #1700AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1700AB

Black with #1700AB

Text Example


Text Example

White with #1700AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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