Html Css Color HEX #13028E Ultramarine

📋 copy color: '#13028E'

red 19 ◦ green 2 ◦ blue 142

#13028E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #13028E

Tints of Ultramarine #13028E

RGB

 RED value IS 19 (7.81% from 255) = 11.66%

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 142 (55.86% from 255) = 87.12%

R = 11.66%
G = 1.23%
B = 87.12%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13028E (or 0x13028E) is known color: Ultramarine. HEX triplet: 13, 02 and 8E. RGB value is (19,2,142). Sum of RGB (Red+Green+Blue) = 19+2+142=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 142 (55.86% from 255 or 87.12% from 163); Max value from RGB is 142 - color contains mainly: blue. Hex color #13028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13028E is #ECFD71. Grayscale: #161616. Windows color (decimal): -15531378 or 9306643. OLE color: 9306643.

HSL color Cylindrical-coordinate representation of color #13028E: hue angle of 247.29º 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 #13028E is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 2 142 -
CMYK 0.87 0.99 0 0.44
HSL 247.29º 0.97% 0.28% -
HSV(B) 247.29º 0.99% 0.56% -
XYZ 5.17 2.13 25.73 -
YUV 23.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 19 2 142 0.87 0.99 0 0.44 247.29 0.97 0.28
Hex 13 2 8E 57 63 0 2C F7 61 1C
Octal 23 2 216 127 143 0 54 367 141 34
Binary 10011 10 10001110 1010111 1100011 0 101100 11110111 1100001 11100

Color Harmonies of #13028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13028E

Black with #13028E

Text Example


Text Example

White with #13028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13028E;
 }
 .AnyTagClassName
 {
   color: #13028E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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