Html Css Color HEX #19149B Ultramarine

📋 copy color: '#19149B'

red 25 ◦ green 20 ◦ blue 155

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

Shades of Ultramarine #19149B

Tints of Ultramarine #19149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

 BLUE value IS 155 (60.94% from 255) = 77.5%

R = 12.5%
G = 10%
B = 77.5%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19149B (or 0x19149B) is known color: Ultramarine. HEX triplet: 19, 14 and 9B. RGB value is (25,20,155). Sum of RGB (Red+Green+Blue) = 25+20+155=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 155 (60.94% from 255 or 77.5% from 200); Max value from RGB is 155 - color contains mainly: blue. Hex color #19149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19149B is #E6EB64. Grayscale: #242424. Windows color (decimal): -15133541 or 10163225. OLE color: 10163225.

HSL color Cylindrical-coordinate representation of color #19149B: hue angle of 242.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19149B is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 20 155 -
CMYK 0.84 0.87 0 0.39
HSL 242.22º 0.77% 0.34% -
HSV(B) 242.22º 0.87% 0.61% -
XYZ 6.57 3.07 31.26 -
YUV 36.89 194.66 119.52 -
System Red Green Blue C M Y K H S L
Decimal 25 20 155 0.84 0.87 0 0.39 242.22 0.77 0.34
Hex 19 14 9B 54 57 0 27 F2 4D 22
Octal 31 24 233 124 127 0 47 362 115 42
Binary 11001 10100 10011011 1010100 1010111 0 100111 11110010 1001101 100010

Color Harmonies of #19149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19149B

Black with #19149B

Text Example


Text Example

White with #19149B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,20,155); }

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

background-color css

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

 a { background-color: rgb(25,20,155); }

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

border-color css

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

 span { border-color: rgb(25,20,155); }

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