#13027C

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

Shades of Ultramarine #13027C

Tints of Ultramarine #13027C

Color information

#13027C (or 0x13027C) is unknown color: approx Ultramarine. HEX triplet: 13, 02 and 7C. RGB value is (19,2,124). Sum of RGB (Red+Green+Blue) = 19+2+124=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #13027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13027C is #ECFD83. Grayscale: #141414. Windows color (decimal): -15531396 or 8126995. OLE color: 8126995.

HSL color Cylindrical-coordinate representation of color #13027C: hue angle of 248.36º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13027C is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB192124-
CMYK0.850.9800.51
HSL248.36º96.83%24.71%-
HSV(B)248.36º98.39%48.63%-
XYZ3.931.6419.18-
YUV20.99186.13126.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 124 (48.83% from 255) = 85.52%
R=13.10%
G=1.38%
B=85.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1921240.850.9800.51248.3696.8324.71
Hex1327C5562033f86119
Octal23217412514206337014131
Binary1001110111110010101011100010011001111111000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13027C; }

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

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

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

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

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

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

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

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