Html Css Color HEX #19188C Ultramarine

📋 copy color: '#19188C'

red 25 ◦ green 24 ◦ blue 140

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

Shades of Ultramarine #19188C

Tints of Ultramarine #19188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 140 (55.08% from 255) = 74.07%

R = 13.23%
G = 12.7%
B = 74.07%

CMYK

 C value IS 0.82

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19188C (or 0x19188C) is known color: Ultramarine. HEX triplet: 19, 18 and 8C. RGB value is (25,24,140). Sum of RGB (Red+Green+Blue) = 25+24+140=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #19188C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19188C is #E6E773. Grayscale: #252525. Windows color (decimal): -15132532 or 9181209. OLE color: 9181209.

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

Color convert

RGB 25 24 140 -
CMYK 0.82 0.83 0 0.45
HSL 240.52º 0.71% 0.32% -
HSV(B) 240.52º 0.83% 0.55% -
XYZ 5.46 2.75 25.05 -
YUV 37.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 25 24 140 0.82 0.83 0 0.45 240.52 0.71 0.32
Hex 19 18 8C 52 53 0 2D F1 47 20
Octal 31 30 214 122 123 0 55 361 107 40
Binary 11001 11000 10001100 1010010 1010011 0 101101 11110001 1000111 100000

Color Harmonies of #19188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19188C

Black with #19188C

Text Example


Text Example

White with #19188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,24,140); }

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

background-color css

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

 a { background-color: rgb(25,24,140); }

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

border-color css

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

 span { border-color: rgb(25,24,140); }

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