Html Css Color HEX #172090 Ultramarine

📋 copy color: '#172090'

red 23 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #172090

Tints of Ultramarine #172090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

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

R = 11.56%
G = 16.08%
B = 72.36%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#172090 (or 0x172090) is known color: Ultramarine. HEX triplet: 17, 20 and 90. RGB value is (23,32,144). Sum of RGB (Red+Green+Blue) = 23+32+144=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #172090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172090 is #E8DF6F. Grayscale: #292929. Windows color (decimal): -15261552 or 9445399. OLE color: 9445399.

HSL color Cylindrical-coordinate representation of color #172090: hue angle of 235.54º 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 #172090 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 32 144 -
CMYK 0.84 0.78 0 0.44
HSL 235.54º 0.72% 0.33% -
HSV(B) 235.54º 0.84% 0.56% -
XYZ 5.9 3.23 26.7 -
YUV 42.08 185.52 114.39 -
System Red Green Blue C M Y K H S L
Decimal 23 32 144 0.84 0.78 0 0.44 235.54 0.72 0.33
Hex 17 20 90 54 4E 0 2C EC 48 21
Octal 27 40 220 124 116 0 54 354 110 41
Binary 10111 100000 10010000 1010100 1001110 0 101100 11101100 1001000 100001

Color Harmonies of #172090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172090

Black with #172090

Text Example


Text Example

White with #172090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172090; }

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

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

background-color css

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

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

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

border-color css

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

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

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