Html Css Color HEX #19336E Sapphire

📋 copy color: '#19336E'

red 25 ◦ green 51 ◦ blue 110

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

Shades of Sapphire #19336E

Tints of Sapphire #19336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.42%

 BLUE value IS 110 (43.36% from 255) = 59.14%

R = 13.44%
G = 27.42%
B = 59.14%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19336E (or 0x19336E) is known color: Sapphire. HEX triplet: 19, 33 and 6E. RGB value is (25,51,110). Sum of RGB (Red+Green+Blue) = 25+51+110=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #19336E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19336E is #E6CC91. Grayscale: #313131. Windows color (decimal): -15125650 or 7222041. OLE color: 7222041.

HSL color Cylindrical-coordinate representation of color #19336E: hue angle of 221.65º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19336E is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 51 110 -
CMYK 0.77 0.54 0 0.57
HSL 221.65º 0.63% 0.26% -
HSV(B) 221.65º 0.77% 0.43% -
XYZ 4.4 3.7 15.23 -
YUV 49.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 25 51 110 0.77 0.54 0 0.57 221.65 0.63 0.26
Hex 19 33 6E 4D 36 0 39 DE 3F 1A
Octal 31 63 156 115 66 0 71 336 77 32
Binary 11001 110011 1101110 1001101 110110 0 111001 11011110 111111 11010

Color Harmonies of #19336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19336E

Black with #19336E

Text Example


Text Example

White with #19336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19336E; }

 p { color: rgb(25,51,110); }

 H1.HeaderClassName
 {
   color: #19336E;
 }
 .AnyTagClassName
 {
   color: #19336E;
 }
</style>

background-color css

<style>
 a { background-color: #19336E; }

 a { background-color: rgb(25,51,110); }

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

border-color css

<style>
 span { border-color: #19336E; }

 span { border-color: rgb(25,51,110); }

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