Html Css Color HEX #170095 Ultramarine

📋 copy color: '#170095'

red 23 ◦ green 0 ◦ blue 149

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

Shades of Ultramarine #170095

Tints of Ultramarine #170095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 86.63%

R = 13.37%
G = 0%
B = 86.63%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#170095 (or 0x170095) is known color: Ultramarine. HEX triplet: 17, 00 and 95. RGB value is (23,0,149). Sum of RGB (Red+Green+Blue) = 23+0+149=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 149 (58.59% from 255 or 86.63% from 172); Max value from RGB is 149 - color contains mainly: blue. Hex color #170095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #170095 is #E8FF6A. Grayscale: #171717. Windows color (decimal): -15269739 or 9764887. OLE color: 9764887.

HSL color Cylindrical-coordinate representation of color #170095: hue angle of 249.26º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170095 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 23 0 149 -
CMYK 0.85 1 0 0.42
HSL 249.26º 1% 0.29% -
HSV(B) 249.26º 1% 0.58% -
XYZ 5.78 2.35 28.58 -
YUV 23.86 198.62 127.38 -
System Red Green Blue C M Y K H S L
Decimal 23 0 149 0.85 1 0 0.42 249.26 1 0.29
Hex 17 0 95 55 64 0 2A F9 64 1D
Octal 27 0 225 125 144 0 52 371 144 35
Binary 10111 0 10010101 1010101 1100100 0 101010 11111001 1100100 11101

Color Harmonies of #170095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170095

Black with #170095

Text Example


Text Example

White with #170095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170095; }

 p { color: rgb(23,0,149); }

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

background-color css

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

 a { background-color: rgb(23,0,149); }

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

border-color css

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

 span { border-color: rgb(23,0,149); }

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