Html Css Color HEX #13059D Ultramarine

📋 copy color: '#13059D'

red 19 ◦ green 5 ◦ blue 157

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

Shades of Ultramarine #13059D

Tints of Ultramarine #13059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 86.74%

R = 10.5%
G = 2.76%
B = 86.74%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13059D (or 0x13059D) is known color: Ultramarine. HEX triplet: 13, 05 and 9D. RGB value is (19,5,157). Sum of RGB (Red+Green+Blue) = 19+5+157=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 157 (61.72% from 255 or 86.74% from 181); Max value from RGB is 157 - color contains mainly: blue. Hex color #13059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13059D is #ECFA62. Grayscale: #191919. Windows color (decimal): -15530595 or 10290451. OLE color: 10290451.

HSL color Cylindrical-coordinate representation of color #13059D: hue angle of 245.53º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13059D is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 5 157 -
CMYK 0.88 0.97 0 0.38
HSL 245.53º 0.94% 0.32% -
HSV(B) 245.53º 0.97% 0.62% -
XYZ 6.41 2.68 32.08 -
YUV 26.51 201.64 122.64 -
System Red Green Blue C M Y K H S L
Decimal 19 5 157 0.88 0.97 0 0.38 245.53 0.94 0.32
Hex 13 5 9D 58 61 0 26 F6 5E 20
Octal 23 5 235 130 141 0 46 366 136 40
Binary 10011 101 10011101 1011000 1100001 0 100110 11110110 1011110 100000

Color Harmonies of #13059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13059D

Black with #13059D

Text Example


Text Example

White with #13059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13059D; }

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

 H1.HeaderClassName
 {
   color: #13059D;
 }
 .AnyTagClassName
 {
   color: #13059D;
 }
</style>

background-color css

<style>
 a { background-color: #13059D; }

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

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

border-color css

<style>
 span { border-color: #13059D; }

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

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