Html Css Color HEX #171990 Ultramarine

📋 copy color: '#171990'

red 23 ◦ green 25 ◦ blue 144

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

Shades of Ultramarine #171990

Tints of Ultramarine #171990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 75%

R = 11.98%
G = 13.02%
B = 75%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#171990 (or 0x171990) is known color: Ultramarine. HEX triplet: 17, 19 and 90. RGB value is (23,25,144). Sum of RGB (Red+Green+Blue) = 23+25+144=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #171990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #171990 is #E8E66F. Grayscale: #252525. Windows color (decimal): -15263344 or 9443607. OLE color: 9443607.

HSL color Cylindrical-coordinate representation of color #171990: hue angle of 239.01º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #171990 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 25 144 -
CMYK 0.84 0.83 0 0.44
HSL 239.01º 0.72% 0.33% -
HSV(B) 239.01º 0.84% 0.56% -
XYZ 5.74 2.89 26.64 -
YUV 37.97 187.84 117.32 -
System Red Green Blue C M Y K H S L
Decimal 23 25 144 0.84 0.83 0 0.44 239.01 0.72 0.33
Hex 17 19 90 54 53 0 2C EF 48 21
Octal 27 31 220 124 123 0 54 357 110 41
Binary 10111 11001 10010000 1010100 1010011 0 101100 11101111 1001000 100001

Color Harmonies of #171990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171990

Black with #171990

Text Example


Text Example

White with #171990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171990; }

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

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

background-color css

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

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

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

border-color css

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

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

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