#13028F

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

Shades of Ultramarine #13028F

Tints of Ultramarine #13028F

Color information

#13028F (or 0x13028F) is unknown color: approx Ultramarine. HEX triplet: 13, 02 and 8F. RGB value is (19,2,143). Sum of RGB (Red+Green+Blue) = 19+2+143=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 143 (56.25% from 255 or 87.20% from 164); Max value from RGB is 143 - color contains mainly: blue. Hex color #13028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13028F is #ECFD70. Grayscale: #161616. Windows color (decimal): -15531377 or 9372179. OLE color: 9372179.

HSL color Cylindrical-coordinate representation of color #13028F: hue angle of 247.23º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13028F is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB192143-
CMYK0.870.9900.44
HSL247.23º97.24%28.43%-
HSV(B)247.23º98.6%56.08%-
XYZ5.252.1726.13-
YUV23.16195.63125.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 143 (56.25% from 255) = 87.20%
R=11.59%
G=1.22%
B=87.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1921430.870.9900.44247.2397.2428.43
Hex1328F576302Cf7611c
Octal23221712714305436714134
Binary10011101000111110101111100011010110011110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,2,143); }

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

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

 a { background-color: rgb(19,2,143); }

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

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

 span { border-color: rgb(19,2,143); }

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