Html Css Color HEX #192E79 Sapphire

📋 copy color: '#192E79'

red 25 ◦ green 46 ◦ blue 121

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

Shades of Sapphire #192E79

Tints of Sapphire #192E79

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.96%

 BLUE value IS 121 (47.66% from 255) = 63.02%

R = 13.02%
G = 23.96%
B = 63.02%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#192E79 (or 0x192E79) is known color: Sapphire. HEX triplet: 19, 2E and 79. RGB value is (25,46,121). Sum of RGB (Red+Green+Blue) = 25+46+121=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #192E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E79 is #E6D186. Grayscale: #2F2F2F. Windows color (decimal): -15126919 or 7941657. OLE color: 7941657.

HSL color Cylindrical-coordinate representation of color #192E79: hue angle of 226.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #192E79 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 46 121 -
CMYK 0.79 0.62 0 0.53
HSL 226.88º 0.66% 0.29% -
HSV(B) 226.88º 0.79% 0.47% -
XYZ 4.83 3.54 18.52 -
YUV 48.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 25 46 121 0.79 0.62 0 0.53 226.88 0.66 0.29
Hex 19 2E 79 4F 3E 0 35 E3 42 1D
Octal 31 56 171 117 76 0 65 343 102 35
Binary 11001 101110 1111001 1001111 111110 0 110101 11100011 1000010 11101

Color Harmonies of #192E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192E79

Black with #192E79

Text Example


Text Example

White with #192E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192E79; }

 p { color: rgb(25,46,121); }

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

background-color css

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

 a { background-color: rgb(25,46,121); }

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

border-color css

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

 span { border-color: rgb(25,46,121); }

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