Html Css Color HEX #170482 Ultramarine

📋 copy color: '#170482'

red 23 ◦ green 4 ◦ blue 130

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

Shades of Ultramarine #170482

Tints of Ultramarine #170482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 82.8%

R = 14.65%
G = 2.55%
B = 82.8%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#170482 (or 0x170482) is known color: Ultramarine. HEX triplet: 17, 04 and 82. RGB value is (23,4,130). Sum of RGB (Red+Green+Blue) = 23+4+130=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 130 (51.17% from 255 or 82.80% from 157); Max value from RGB is 130 - color contains mainly: blue. Hex color #170482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170482 is #E8FB7D. Grayscale: #171717. Windows color (decimal): -15268734 or 8520727. OLE color: 8520727.

HSL color Cylindrical-coordinate representation of color #170482: hue angle of 249.05º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #170482 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 23 4 130 -
CMYK 0.82 0.97 0 0.49
HSL 249.05º 0.94% 0.26% -
HSV(B) 249.05º 0.97% 0.51% -
XYZ 4.43 1.88 21.25 -
YUV 24.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 23 4 130 0.82 0.97 0 0.49 249.05 0.94 0.26
Hex 17 4 82 52 61 0 31 F9 5E 1A
Octal 27 4 202 122 141 0 61 371 136 32
Binary 10111 100 10000010 1010010 1100001 0 110001 11111001 1011110 11010

Color Harmonies of #170482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170482

Black with #170482

Text Example


Text Example

White with #170482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170482; }

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

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

background-color css

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

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

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

border-color css

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

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

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