Html Css Color HEX #17149B Ultramarine

📋 copy color: '#17149B'

red 23 ◦ green 20 ◦ blue 155

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

Shades of Ultramarine #17149B

Tints of Ultramarine #17149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

 BLUE value IS 155 (60.94% from 255) = 78.28%

R = 11.62%
G = 10.1%
B = 78.28%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#17149B (or 0x17149B) is known color: Ultramarine. HEX triplet: 17, 14 and 9B. RGB value is (23,20,155). Sum of RGB (Red+Green+Blue) = 23+20+155=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #17149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #17149B is #E8EB64. Grayscale: #232323. Windows color (decimal): -15264613 or 10163223. OLE color: 10163223.

HSL color Cylindrical-coordinate representation of color #17149B: hue angle of 241.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17149B is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 23 20 155 -
CMYK 0.85 0.87 0 0.39
HSL 241.33º 0.77% 0.34% -
HSV(B) 241.33º 0.87% 0.61% -
XYZ 6.52 3.05 31.26 -
YUV 36.29 194.99 118.52 -
System Red Green Blue C M Y K H S L
Decimal 23 20 155 0.85 0.87 0 0.39 241.33 0.77 0.34
Hex 17 14 9B 55 57 0 27 F1 4D 22
Octal 27 24 233 125 127 0 47 361 115 42
Binary 10111 10100 10011011 1010101 1010111 0 100111 11110001 1001101 100010

Color Harmonies of #17149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17149B

Black with #17149B

Text Example


Text Example

White with #17149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17149B; }

 p { color: rgb(23,20,155); }

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

background-color css

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

 a { background-color: rgb(23,20,155); }

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

border-color css

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

 span { border-color: rgb(23,20,155); }

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