Html Css Color HEX #1701AF New Midnight Blue

📋 copy color: '#1701AF'

red 23 ◦ green 1 ◦ blue 175

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

Shades of New Midnight Blue #1701AF

Tints of New Midnight Blue #1701AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 87.94%

R = 11.56%
G = 0.5%
B = 87.94%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1701AF (or 0x1701AF) is known color: New Midnight Blue. HEX triplet: 17, 01 and AF. RGB value is (23,1,175). Sum of RGB (Red+Green+Blue) = 23+1+175=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 175 (68.75% from 255 or 87.94% from 199); Max value from RGB is 175 - color contains mainly: blue. Hex color #1701AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1701AF is #E8FE50. Grayscale: #1A1A1A. Windows color (decimal): -15269457 or 11469079. OLE color: 11469079.

HSL color Cylindrical-coordinate representation of color #1701AF: hue angle of 247.59º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1701AF is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 23 1 175 -
CMYK 0.87 0.99 0 0.31
HSL 247.59º 0.99% 0.35% -
HSV(B) 247.59º 0.99% 0.69% -
XYZ 8.1 3.3 40.77 -
YUV 27.41 211.29 124.85 -
System Red Green Blue C M Y K H S L
Decimal 23 1 175 0.87 0.99 0 0.31 247.59 0.99 0.35
Hex 17 1 AF 57 63 0 1F F8 63 23
Octal 27 1 257 127 143 0 37 370 143 43
Binary 10111 1 10101111 1010111 1100011 0 11111 11111000 1100011 100011

Color Harmonies of #1701AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1701AF

Black with #1701AF

Text Example


Text Example

White with #1701AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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