Html Css Color HEX #19037F Ultramarine

📋 copy color: '#19037F'

red 25 ◦ green 3 ◦ blue 127

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

Shades of Ultramarine #19037F

Tints of Ultramarine #19037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

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

R = 16.13%
G = 1.94%
B = 81.94%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#19037F (or 0x19037F) is known color: Ultramarine. HEX triplet: 19, 03 and 7F. RGB value is (25,3,127). Sum of RGB (Red+Green+Blue) = 25+3+127=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 127 (50% from 255 or 81.94% from 155); Max value from RGB is 127 - color contains mainly: blue. Hex color #19037F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19037F is #E6FC80. Grayscale: #171717. Windows color (decimal): -15137921 or 8323865. OLE color: 8323865.

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

Color convert

RGB 25 3 127 -
CMYK 0.80 0.98 0 0.50
HSL 250.65º 0.95% 0.25% -
HSV(B) 250.65º 0.98% 0.5% -
XYZ 4.26 1.8 20.2 -
YUV 23.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 25 3 127 0.80 0.98 0 0.50 250.65 0.95 0.25
Hex 19 3 7F 50 62 0 32 FB 5F 19
Octal 31 3 177 120 142 0 62 373 137 31
Binary 11001 11 1111111 1010000 1100010 0 110010 11111011 1011111 11001

Color Harmonies of #19037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19037F

Black with #19037F

Text Example


Text Example

White with #19037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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