#17238F

Color #17238F Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #17238F

Tints of Ultramarine #17238F

Color information

#17238F (or 0x17238F) is unknown color: approx Ultramarine. HEX triplet: 17, 23 and 8F. RGB value is (23,35,143). Sum of RGB (Red+Green+Blue) = 23+35+143=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 143 (56.25% from 255 or 71.14% from 201); Max value from RGB is 143 - color contains mainly: blue. Hex color #17238F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17238F is #E8DC70. Grayscale: #2B2B2B. Windows color (decimal): -15260785 or 9380631. OLE color: 9380631.

HSL color Cylindrical-coordinate representation of color #17238F: hue angle of 234º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17238F is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2335143-
CMYK0.840.7600.44
HSL234º72.29%32.55%-
HSV(B)234º83.92%56.08%-
XYZ5.913.3726.32-
YUV43.72184.02113.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.44%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 143 (56.25% from 255) = 71.14%
R=11.44%
G=17.41%
B=71.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal23351430.840.7600.4423472.2932.55
Hex17238F544C02Cea4821
Octal274321712411405435211041
Binary1011110001110001111101010010011000101100111010101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17238F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17238F; }

 p { color: rgb(23,35,143); }

 H1.HeaderClassName
 {
   color: #17238F;
 }
 .AnyTagClassName
 {
   color: #17238F;
 }
</style>
background-color css

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

 a { background-color: rgb(23,35,143); }

 div.DivClassName
 {
   background-color: #17238F;
 }
 .BgClassName
 {
   background-color: #17238F;
 }
</style>
border-color css

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

 span { border-color: rgb(23,35,143); }

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