Html Css Color HEX #13058F Ultramarine

📋 copy color: '#13058F'

red 19 ◦ green 5 ◦ blue 143

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

Shades of Ultramarine #13058F

Tints of Ultramarine #13058F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

 BLUE value IS 143 (56.25% from 255) = 85.63%

R = 11.38%
G = 2.99%
B = 85.63%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13058F (or 0x13058F) is known color: Ultramarine. HEX triplet: 13, 05 and 8F. RGB value is (19,5,143). Sum of RGB (Red+Green+Blue) = 19+5+143=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 143 (56.25% from 255 or 85.63% from 167); Max value from RGB is 143 - color contains mainly: blue. Hex color #13058F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13058F is #ECFA70. Grayscale: #181818. Windows color (decimal): -15530609 or 9372947. OLE color: 9372947.

HSL color Cylindrical-coordinate representation of color #13058F: hue angle of 246.09º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13058F is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 5 143 -
CMYK 0.87 0.97 0 0.44
HSL 246.09º 0.93% 0.29% -
HSV(B) 246.09º 0.97% 0.56% -
XYZ 5.28 2.23 26.14 -
YUV 24.92 194.64 123.78 -
System Red Green Blue C M Y K H S L
Decimal 19 5 143 0.87 0.97 0 0.44 246.09 0.93 0.29
Hex 13 5 8F 57 61 0 2C F6 5D 1D
Octal 23 5 217 127 141 0 54 366 135 35
Binary 10011 101 10001111 1010111 1100001 0 101100 11110110 1011101 11101

Color Harmonies of #13058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13058F

Black with #13058F

Text Example


Text Example

White with #13058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13058F; }

 p { color: rgb(19,5,143); }

 H1.HeaderClassName
 {
   color: #13058F;
 }
 .AnyTagClassName
 {
   color: #13058F;
 }
</style>

background-color css

<style>
 a { background-color: #13058F; }

 a { background-color: rgb(19,5,143); }

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

border-color css

<style>
 span { border-color: #13058F; }

 span { border-color: rgb(19,5,143); }

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