Html Css Color HEX #1719AA Ultramarine

📋 copy color: '#1719AA'

red 23 ◦ green 25 ◦ blue 170

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

Shades of Ultramarine #1719AA

Tints of Ultramarine #1719AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 77.98%

R = 10.55%
G = 11.47%
B = 77.98%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1719AA (or 0x1719AA) is known color: Ultramarine. HEX triplet: 17, 19 and AA. RGB value is (23,25,170). Sum of RGB (Red+Green+Blue) = 23+25+170=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #1719AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1719AA is #E8E655. Grayscale: #282828. Windows color (decimal): -15263318 or 11147543. OLE color: 11147543.

HSL color Cylindrical-coordinate representation of color #1719AA: hue angle of 239.18º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1719AA is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 25 170 -
CMYK 0.86 0.85 0 0.33
HSL 239.18º 0.76% 0.38% -
HSV(B) 239.18º 0.86% 0.67% -
XYZ 7.96 3.78 38.34 -
YUV 40.93 200.84 115.21 -
System Red Green Blue C M Y K H S L
Decimal 23 25 170 0.86 0.85 0 0.33 239.18 0.76 0.38
Hex 17 19 AA 56 55 0 21 EF 4C 26
Octal 27 31 252 126 125 0 41 357 114 46
Binary 10111 11001 10101010 1010110 1010101 0 100001 11101111 1001100 100110

Color Harmonies of #1719AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1719AA

Black with #1719AA

Text Example


Text Example

White with #1719AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1719AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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