Html Css Color HEX #170490 Ultramarine

📋 copy color: '#170490'

red 23 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #170490

Tints of Ultramarine #170490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

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

R = 13.45%
G = 2.34%
B = 84.21%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#170490 (or 0x170490) is known color: Ultramarine. HEX triplet: 17, 04 and 90. RGB value is (23,4,144). Sum of RGB (Red+Green+Blue) = 23+4+144=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 144 (56.64% from 255 or 84.21% from 171); Max value from RGB is 144 - color contains mainly: blue. Hex color #170490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170490 is #E8FB6F. Grayscale: #191919. Windows color (decimal): -15268720 or 9438231. OLE color: 9438231.

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

Color convert

RGB 23 4 144 -
CMYK 0.84 0.97 0 0.44
HSL 248.14º 0.95% 0.29% -
HSV(B) 248.14º 0.97% 0.56% -
XYZ 5.43 2.28 26.54 -
YUV 25.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 23 4 144 0.84 0.97 0 0.44 248.14 0.95 0.29
Hex 17 4 90 54 61 0 2C F8 5F 1D
Octal 27 4 220 124 141 0 54 370 137 35
Binary 10111 100 10010000 1010100 1100001 0 101100 11111000 1011111 11101

Color Harmonies of #170490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170490

Black with #170490

Text Example


Text Example

White with #170490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170490; }

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

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

background-color css

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

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

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

border-color css

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

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

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