Html Css Color HEX #19218B Ultramarine

📋 copy color: '#19218B'

red 25 ◦ green 33 ◦ blue 139

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

Shades of Ultramarine #19218B

Tints of Ultramarine #19218B

RGB

 RED value IS 25 (10.16% from 255) = 12.69%

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

 BLUE value IS 139 (54.69% from 255) = 70.56%

R = 12.69%
G = 16.75%
B = 70.56%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19218B (or 0x19218B) is known color: Ultramarine. HEX triplet: 19, 21 and 8B. RGB value is (25,33,139). Sum of RGB (Red+Green+Blue) = 25+33+139=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #19218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19218B is #E6DE74. Grayscale: #2A2A2A. Windows color (decimal): -15130229 or 9117977. OLE color: 9117977.

HSL color Cylindrical-coordinate representation of color #19218B: hue angle of 235.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19218B is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 33 139 -
CMYK 0.82 0.76 0 0.45
HSL 235.79º 0.7% 0.32% -
HSV(B) 235.79º 0.82% 0.55% -
XYZ 5.6 3.16 24.74 -
YUV 42.69 182.35 115.38 -
System Red Green Blue C M Y K H S L
Decimal 25 33 139 0.82 0.76 0 0.45 235.79 0.7 0.32
Hex 19 21 8B 52 4C 0 2D EC 46 20
Octal 31 41 213 122 114 0 55 354 106 40
Binary 11001 100001 10001011 1010010 1001100 0 101101 11101100 1000110 100000

Color Harmonies of #19218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19218B

Black with #19218B

Text Example


Text Example

White with #19218B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19218B; }

 p { color: rgb(25,33,139); }

 H1.HeaderClassName
 {
   color: #19218B;
 }
 .AnyTagClassName
 {
   color: #19218B;
 }
</style>

background-color css

<style>
 a { background-color: #19218B; }

 a { background-color: rgb(25,33,139); }

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

border-color css

<style>
 span { border-color: #19218B; }

 span { border-color: rgb(25,33,139); }

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