Html Css Color HEX #19149C Ultramarine

📋 copy color: '#19149C'

red 25 ◦ green 20 ◦ blue 156

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

Shades of Ultramarine #19149C

Tints of Ultramarine #19149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 77.61%

R = 12.44%
G = 9.95%
B = 77.61%

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

#19149C (or 0x19149C) is known color: Ultramarine. HEX triplet: 19, 14 and 9C. RGB value is (25,20,156). Sum of RGB (Red+Green+Blue) = 25+20+156=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #19149C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19149C is #E6EB63. Grayscale: #242424. Windows color (decimal): -15133540 or 10228761. OLE color: 10228761.

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

Color convert

RGB 25 20 156 -
CMYK 0.84 0.87 0 0.39
HSL 242.21º 0.77% 0.35% -
HSV(B) 242.21º 0.87% 0.61% -
XYZ 6.65 3.11 31.7 -
YUV 37 195.16 119.44 -
System Red Green Blue C M Y K H S L
Decimal 25 20 156 0.84 0.87 0 0.39 242.21 0.77 0.35
Hex 19 14 9C 54 57 0 27 F2 4D 23
Octal 31 24 234 124 127 0 47 362 115 43
Binary 11001 10100 10011100 1010100 1010111 0 100111 11110010 1001101 100011

Color Harmonies of #19149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19149C

Black with #19149C

Text Example


Text Example

White with #19149C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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