Html Css Color HEX #13029F Ultramarine

📋 copy color: '#13029F'

red 19 ◦ green 2 ◦ blue 159

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

Shades of Ultramarine #13029F

Tints of Ultramarine #13029F

RGB

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

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

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

R = 10.56%
G = 1.11%
B = 88.33%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13029F (or 0x13029F) is known color: Ultramarine. HEX triplet: 13, 02 and 9F. RGB value is (19,2,159). Sum of RGB (Red+Green+Blue) = 19+2+159=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 159 (62.5% from 255 or 88.33% from 180); Max value from RGB is 159 - color contains mainly: blue. Hex color #13029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13029F is #ECFD60. Grayscale: #181818. Windows color (decimal): -15531361 or 10420755. OLE color: 10420755.

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

Color convert

RGB 19 2 159 -
CMYK 0.88 0.99 0 0.38
HSL 246.5º 0.98% 0.32% -
HSV(B) 246.5º 0.99% 0.62% -
XYZ 6.55 2.69 32.97 -
YUV 24.98 203.63 123.73 -
System Red Green Blue C M Y K H S L
Decimal 19 2 159 0.88 0.99 0 0.38 246.5 0.98 0.32
Hex 13 2 9F 58 63 0 26 F6 62 20
Octal 23 2 237 130 143 0 46 366 142 40
Binary 10011 10 10011111 1011000 1100011 0 100110 11110110 1100010 100000

Color Harmonies of #13029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13029F

Black with #13029F

Text Example


Text Example

White with #13029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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