Html Css Color HEX #192761 Sapphire

📋 copy color: '#192761'

red 25 ◦ green 39 ◦ blue 97

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

Shades of Sapphire #192761

Tints of Sapphire #192761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.22%

 BLUE value IS 97 (38.28% from 255) = 60.25%

R = 15.53%
G = 24.22%
B = 60.25%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#192761 (or 0x192761) is known color: Sapphire. HEX triplet: 19, 27 and 61. RGB value is (25,39,97). Sum of RGB (Red+Green+Blue) = 25+39+97=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #192761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192761 is #E6D89E. Grayscale: #292929. Windows color (decimal): -15128735 or 6367001. OLE color: 6367001.

HSL color Cylindrical-coordinate representation of color #192761: hue angle of 228.33º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192761 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 39 97 -
CMYK 0.74 0.60 0 0.62
HSL 228.33º 0.59% 0.24% -
HSV(B) 228.33º 0.74% 0.38% -
XYZ 3.28 2.52 11.62 -
YUV 41.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 25 39 97 0.74 0.60 0 0.62 228.33 0.59 0.24
Hex 19 27 61 4A 3C 0 3E E4 3B 18
Octal 31 47 141 112 74 0 76 344 73 30
Binary 11001 100111 1100001 1001010 111100 0 111110 11100100 111011 11000

Color Harmonies of #192761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192761

Black with #192761

Text Example


Text Example

White with #192761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192761; }

 p { color: rgb(25,39,97); }

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

background-color css

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

 a { background-color: rgb(25,39,97); }

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

border-color css

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

 span { border-color: rgb(25,39,97); }

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