Html Css Color HEX #13059F Ultramarine

📋 copy color: '#13059F'

red 19 ◦ green 5 ◦ blue 159

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

Shades of Ultramarine #13059F

Tints of Ultramarine #13059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 86.89%

R = 10.38%
G = 2.73%
B = 86.89%

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

#13059F (or 0x13059F) is known color: Ultramarine. HEX triplet: 13, 05 and 9F. RGB value is (19,5,159). Sum of RGB (Red+Green+Blue) = 19+5+159=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 159 (62.5% from 255 or 86.89% from 183); Max value from RGB is 159 - color contains mainly: blue. Hex color #13059F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13059F is #ECFA60. Grayscale: #1A1A1A. Windows color (decimal): -15530593 or 10421523. OLE color: 10421523.

HSL color Cylindrical-coordinate representation of color #13059F: hue angle of 245.45º 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 #13059F is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 5 159 -
CMYK 0.88 0.97 0 0.38
HSL 245.45º 0.94% 0.32% -
HSV(B) 245.45º 0.97% 0.62% -
XYZ 6.58 2.75 32.98 -
YUV 26.74 202.64 122.48 -
System Red Green Blue C M Y K H S L
Decimal 19 5 159 0.88 0.97 0 0.38 245.45 0.94 0.32
Hex 13 5 9F 58 61 0 26 F5 5E 20
Octal 23 5 237 130 141 0 46 365 136 40
Binary 10011 101 10011111 1011000 1100001 0 100110 11110101 1011110 100000

Color Harmonies of #13059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13059F

Black with #13059F

Text Example


Text Example

White with #13059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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