Html Css Color HEX #13038E Ultramarine

📋 copy color: '#13038E'

red 19 ◦ green 3 ◦ blue 142

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

Shades of Ultramarine #13038E

Tints of Ultramarine #13038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.83%

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

R = 11.59%
G = 1.83%
B = 86.59%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13038E (or 0x13038E) is known color: Ultramarine. HEX triplet: 13, 03 and 8E. RGB value is (19,3,142). Sum of RGB (Red+Green+Blue) = 19+3+142=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 142 (55.86% from 255 or 86.59% from 164); Max value from RGB is 142 - color contains mainly: blue. Hex color #13038E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13038E is #ECFC71. Grayscale: #171717. Windows color (decimal): -15531122 or 9306899. OLE color: 9306899.

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

Color convert

RGB 19 3 142 -
CMYK 0.87 0.98 0 0.44
HSL 246.91º 0.96% 0.28% -
HSV(B) 246.91º 0.98% 0.56% -
XYZ 5.18 2.16 25.73 -
YUV 23.63 194.8 124.7 -
System Red Green Blue C M Y K H S L
Decimal 19 3 142 0.87 0.98 0 0.44 246.91 0.96 0.28
Hex 13 3 8E 57 62 0 2C F7 60 1C
Octal 23 3 216 127 142 0 54 367 140 34
Binary 10011 11 10001110 1010111 1100010 0 101100 11110111 1100000 11100

Color Harmonies of #13038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13038E

Black with #13038E

Text Example


Text Example

White with #13038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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