#13027E

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

Shades of Ultramarine #13027E

Tints of Ultramarine #13027E

Color information

#13027E (or 0x13027E) is unknown color: approx Ultramarine. HEX triplet: 13, 02 and 7E. RGB value is (19,2,126). Sum of RGB (Red+Green+Blue) = 19+2+126=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 126 (49.61% from 255 or 85.71% from 147); Max value from RGB is 126 - color contains mainly: blue. Hex color #13027E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13027E is #ECFD81. Grayscale: #141414. Windows color (decimal): -15531394 or 8258067. OLE color: 8258067.

HSL color Cylindrical-coordinate representation of color #13027E: hue angle of 248.23º 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 #13027E is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB192126-
CMYK0.850.9800.51
HSL248.23º96.88%25.1%-
HSV(B)248.23º98.41%49.41%-
XYZ4.061.6919.85-
YUV21.22187.13126.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 126 (49.61% from 255) = 85.71%
R=12.93%
G=1.36%
B=85.71%

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
Decimal1921260.850.9800.51248.2396.8825.1
Hex1327E5562033f86119
Octal23217612514206337014131
Binary1001110111111010101011100010011001111111000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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