Html Css Color HEX #13028D Ultramarine

📋 copy color: '#13028D'

red 19 ◦ green 2 ◦ blue 141

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

Shades of Ultramarine #13028D

Tints of Ultramarine #13028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 87.04%

R = 11.73%
G = 1.23%
B = 87.04%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13028D (or 0x13028D) is known color: Ultramarine. HEX triplet: 13, 02 and 8D. RGB value is (19,2,141). Sum of RGB (Red+Green+Blue) = 19+2+141=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #13028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13028D is #ECFD72. Grayscale: #161616. Windows color (decimal): -15531379 or 9241107. OLE color: 9241107.

HSL color Cylindrical-coordinate representation of color #13028D: hue angle of 247.34º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13028D is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 2 141 -
CMYK 0.87 0.99 0 0.45
HSL 247.34º 0.97% 0.28% -
HSV(B) 247.34º 0.99% 0.55% -
XYZ 5.1 2.1 25.34 -
YUV 22.93 194.63 125.2 -
System Red Green Blue C M Y K H S L
Decimal 19 2 141 0.87 0.99 0 0.45 247.34 0.97 0.28
Hex 13 2 8D 57 63 0 2D F7 61 1C
Octal 23 2 215 127 143 0 55 367 141 34
Binary 10011 10 10001101 1010111 1100011 0 101101 11110111 1100001 11100

Color Harmonies of #13028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13028D

Black with #13028D

Text Example


Text Example

White with #13028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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