Html Css Color HEX #171995 Ultramarine

📋 copy color: '#171995'

red 23 ◦ green 25 ◦ blue 149

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

Shades of Ultramarine #171995

Tints of Ultramarine #171995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

 BLUE value IS 149 (58.59% from 255) = 75.63%

R = 11.68%
G = 12.69%
B = 75.63%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#171995 (or 0x171995) is known color: Ultramarine. HEX triplet: 17, 19 and 95. RGB value is (23,25,149). Sum of RGB (Red+Green+Blue) = 23+25+149=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #171995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #171995 is #E8E66A. Grayscale: #262626. Windows color (decimal): -15263339 or 9771287. OLE color: 9771287.

HSL color Cylindrical-coordinate representation of color #171995: hue angle of 239.05º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #171995 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 23 25 149 -
CMYK 0.85 0.83 0 0.42
HSL 239.05º 0.73% 0.34% -
HSV(B) 239.05º 0.85% 0.58% -
XYZ 6.13 3.05 28.7 -
YUV 38.54 190.34 116.92 -
System Red Green Blue C M Y K H S L
Decimal 23 25 149 0.85 0.83 0 0.42 239.05 0.73 0.34
Hex 17 19 95 55 53 0 2A EF 49 22
Octal 27 31 225 125 123 0 52 357 111 42
Binary 10111 11001 10010101 1010101 1010011 0 101010 11101111 1001001 100010

Color Harmonies of #171995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171995

Black with #171995

Text Example


Text Example

White with #171995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171995; }

 p { color: rgb(23,25,149); }

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

background-color css

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

 a { background-color: rgb(23,25,149); }

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

border-color css

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

 span { border-color: rgb(23,25,149); }

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