#13148A

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

Shades of Ultramarine #13148A

Tints of Ultramarine #13148A

Color information

#13148A (or 0x13148A) is unknown color: approx Ultramarine. HEX triplet: 13, 14 and 8A. RGB value is (19,20,138). Sum of RGB (Red+Green+Blue) = 19+20+138=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 138 (54.30% from 255 or 77.97% from 177); Max value from RGB is 138 - color contains mainly: blue. Hex color #13148A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13148A is #ECEB75. Grayscale: #202020. Windows color (decimal): -15526774 or 9049107. OLE color: 9049107.

HSL color Cylindrical-coordinate representation of color #13148A: hue angle of 239.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13148A is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1920138-
CMYK0.860.8600.46
HSL239.5º75.8%30.78%-
HSV(B)239.5º86.23%54.12%-
XYZ5.112.4724.25-
YUV33.15187.17117.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.73%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 138 (54.30% from 255) = 77.97%
R=10.73%
G=11.30%
B=77.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19201380.860.8600.46239.575.830.78
Hex13148A565602Eef4c1f
Octal232421212612605635711437
Binary10011101001000101010101101010110010111011101111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13148A; }

 p { color: rgb(19,20,138); }

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

<style>
 a { background-color: #13148A; }

 a { background-color: rgb(19,20,138); }

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

<style>
 span { border-color: #13148A; }

 span { border-color: rgb(19,20,138); }

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