Html Css Color HEX #193377 Sapphire

📋 copy color: '#193377'

red 25 ◦ green 51 ◦ blue 119

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

Shades of Sapphire #193377

Tints of Sapphire #193377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 61.03%

R = 12.82%
G = 26.15%
B = 61.03%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#193377 (or 0x193377) is known color: Sapphire. HEX triplet: 19, 33 and 77. RGB value is (25,51,119). Sum of RGB (Red+Green+Blue) = 25+51+119=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #193377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193377 is #E6CC88. Grayscale: #323232. Windows color (decimal): -15125641 or 7811865. OLE color: 7811865.

HSL color Cylindrical-coordinate representation of color #193377: hue angle of 223.4º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193377 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 51 119 -
CMYK 0.79 0.57 0 0.53
HSL 223.4º 0.65% 0.28% -
HSV(B) 223.4º 0.79% 0.47% -
XYZ 4.91 3.91 17.95 -
YUV 50.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 25 51 119 0.79 0.57 0 0.53 223.4 0.65 0.28
Hex 19 33 77 4F 39 0 35 DF 41 1C
Octal 31 63 167 117 71 0 65 337 101 34
Binary 11001 110011 1110111 1001111 111001 0 110101 11011111 1000001 11100

Color Harmonies of #193377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193377

Black with #193377

Text Example


Text Example

White with #193377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193377; }

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

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

background-color css

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

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

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

border-color css

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

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

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