Html Css Color HEX #19057F Ultramarine

📋 copy color: '#19057F'

red 25 ◦ green 5 ◦ blue 127

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

Shades of Ultramarine #19057F

Tints of Ultramarine #19057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

 BLUE value IS 127 (50% from 255) = 80.89%

R = 15.92%
G = 3.18%
B = 80.89%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#19057F (or 0x19057F) is known color: Ultramarine. HEX triplet: 19, 05 and 7F. RGB value is (25,5,127). Sum of RGB (Red+Green+Blue) = 25+5+127=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 127 (50% from 255 or 80.89% from 157); Max value from RGB is 127 - color contains mainly: blue. Hex color #19057F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19057F is #E6FA80. Grayscale: #181818. Windows color (decimal): -15137409 or 8324377. OLE color: 8324377.

HSL color Cylindrical-coordinate representation of color #19057F: hue angle of 249.84º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19057F is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 5 127 -
CMYK 0.80 0.96 0 0.50
HSL 249.84º 0.92% 0.26% -
HSV(B) 249.84º 0.96% 0.5% -
XYZ 4.29 1.85 20.21 -
YUV 24.89 185.63 128.08 -
System Red Green Blue C M Y K H S L
Decimal 25 5 127 0.80 0.96 0 0.50 249.84 0.92 0.26
Hex 19 5 7F 50 60 0 32 FA 5C 1A
Octal 31 5 177 120 140 0 62 372 134 32
Binary 11001 101 1111111 1010000 1100000 0 110010 11111010 1011100 11010

Color Harmonies of #19057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19057F

Black with #19057F

Text Example


Text Example

White with #19057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,5,127); }

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

background-color css

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

 a { background-color: rgb(25,5,127); }

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

border-color css

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

 span { border-color: rgb(25,5,127); }

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