Html Css Color HEX #13218D Ultramarine

📋 copy color: '#13218D'

red 19 ◦ green 33 ◦ blue 141

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

Shades of Ultramarine #13218D

Tints of Ultramarine #13218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.1%

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

R = 9.84%
G = 17.1%
B = 73.06%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13218D (or 0x13218D) is known color: Ultramarine. HEX triplet: 13, 21 and 8D. RGB value is (19,33,141). Sum of RGB (Red+Green+Blue) = 19+33+141=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #13218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13218D is #ECDE72. Grayscale: #282828. Windows color (decimal): -15523443 or 9249043. OLE color: 9249043.

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

Color convert

RGB 19 33 141 -
CMYK 0.87 0.77 0 0.45
HSL 233.11º 0.76% 0.31% -
HSV(B) 233.11º 0.87% 0.55% -
XYZ 5.62 3.15 25.51 -
YUV 41.13 184.36 112.22 -
System Red Green Blue C M Y K H S L
Decimal 19 33 141 0.87 0.77 0 0.45 233.11 0.76 0.31
Hex 13 21 8D 57 4D 0 2D E9 4C 1F
Octal 23 41 215 127 115 0 55 351 114 37
Binary 10011 100001 10001101 1010111 1001101 0 101101 11101001 1001100 11111

Color Harmonies of #13218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13218D

Black with #13218D

Text Example


Text Example

White with #13218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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