Html Css Color HEX #171495 Ultramarine

📋 copy color: '#171495'

red 23 ◦ green 20 ◦ blue 149

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

Shades of Ultramarine #171495

Tints of Ultramarine #171495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 11.98%
G = 10.42%
B = 77.6%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#171495 (or 0x171495) is known color: Ultramarine. HEX triplet: 17, 14 and 95. RGB value is (23,20,149). Sum of RGB (Red+Green+Blue) = 23+20+149=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #171495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #171495 is #E8EB6A. Grayscale: #232323. Windows color (decimal): -15264619 or 9770007. OLE color: 9770007.

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

Color convert

RGB 23 20 149 -
CMYK 0.85 0.87 0 0.42
HSL 241.4º 0.76% 0.33% -
HSV(B) 241.4º 0.87% 0.58% -
XYZ 6.03 2.85 28.67 -
YUV 35.6 191.99 119.01 -
System Red Green Blue C M Y K H S L
Decimal 23 20 149 0.85 0.87 0 0.42 241.4 0.76 0.33
Hex 17 14 95 55 57 0 2A F1 4C 21
Octal 27 24 225 125 127 0 52 361 114 41
Binary 10111 10100 10010101 1010101 1010111 0 101010 11110001 1001100 100001

Color Harmonies of #171495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171495

Black with #171495

Text Example


Text Example

White with #171495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171495; }

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

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

background-color css

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

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

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

border-color css

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

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

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