Html Css Color HEX #171291 Ultramarine

📋 copy color: '#171291'

red 23 ◦ green 18 ◦ blue 145

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

Shades of Ultramarine #171291

Tints of Ultramarine #171291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 145 (57.03% from 255) = 77.96%

R = 12.37%
G = 9.68%
B = 77.96%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#171291 (or 0x171291) is known color: Ultramarine. HEX triplet: 17, 12 and 91. RGB value is (23,18,145). Sum of RGB (Red+Green+Blue) = 23+18+145=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 145 (57.03% from 255 or 77.96% from 186); Max value from RGB is 145 - color contains mainly: blue. Hex color #171291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #171291 is #E8ED6E. Grayscale: #212121. Windows color (decimal): -15265135 or 9507351. OLE color: 9507351.

HSL color Cylindrical-coordinate representation of color #171291: hue angle of 242.36º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #171291 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 23 18 145 -
CMYK 0.84 0.88 0 0.43
HSL 242.36º 0.78% 0.32% -
HSV(B) 242.36º 0.88% 0.57% -
XYZ 5.68 2.66 27 -
YUV 33.97 190.66 120.17 -
System Red Green Blue C M Y K H S L
Decimal 23 18 145 0.84 0.88 0 0.43 242.36 0.78 0.32
Hex 17 12 91 54 58 0 2B F2 4E 20
Octal 27 22 221 124 130 0 53 362 116 40
Binary 10111 10010 10010001 1010100 1011000 0 101011 11110010 1001110 100000

Color Harmonies of #171291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171291

Black with #171291

Text Example


Text Example

White with #171291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171291; }

 p { color: rgb(23,18,145); }

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

background-color css

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

 a { background-color: rgb(23,18,145); }

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

border-color css

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

 span { border-color: rgb(23,18,145); }

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