Html Css Color HEX #19228F Ultramarine

📋 copy color: '#19228F'

red 25 ◦ green 34 ◦ blue 143

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

Shades of Ultramarine #19228F

Tints of Ultramarine #19228F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.83%

 BLUE value IS 143 (56.25% from 255) = 70.79%

R = 12.38%
G = 16.83%
B = 70.79%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19228F (or 0x19228F) is known color: Ultramarine. HEX triplet: 19, 22 and 8F. RGB value is (25,34,143). Sum of RGB (Red+Green+Blue) = 25+34+143=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 143 (56.25% from 255 or 70.79% from 202); Max value from RGB is 143 - color contains mainly: blue. Hex color #19228F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19228F is #E6DD70. Grayscale: #2B2B2B. Windows color (decimal): -15129969 or 9380377. OLE color: 9380377.

HSL color Cylindrical-coordinate representation of color #19228F: hue angle of 235.42º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19228F is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 34 143 -
CMYK 0.83 0.76 0 0.44
HSL 235.42º 0.7% 0.33% -
HSV(B) 235.42º 0.83% 0.56% -
XYZ 5.93 3.33 26.32 -
YUV 43.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 25 34 143 0.83 0.76 0 0.44 235.42 0.7 0.33
Hex 19 22 8F 53 4C 0 2C EB 46 21
Octal 31 42 217 123 114 0 54 353 106 41
Binary 11001 100010 10001111 1010011 1001100 0 101100 11101011 1000110 100001

Color Harmonies of #19228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19228F

Black with #19228F

Text Example


Text Example

White with #19228F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,34,143); }

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

background-color css

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

 a { background-color: rgb(25,34,143); }

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

border-color css

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

 span { border-color: rgb(25,34,143); }

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