Html Css Color HEX #192E63 Sapphire

📋 copy color: '#192E63'

red 25 ◦ green 46 ◦ blue 99

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

Shades of Sapphire #192E63

Tints of Sapphire #192E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 58.24%

R = 14.71%
G = 27.06%
B = 58.24%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#192E63 (or 0x192E63) is known color: Sapphire. HEX triplet: 19, 2E and 63. RGB value is (25,46,99). Sum of RGB (Red+Green+Blue) = 25+46+99=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #192E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E63 is #E6D19C. Grayscale: #2D2D2D. Windows color (decimal): -15126941 or 6499865. OLE color: 6499865.

HSL color Cylindrical-coordinate representation of color #192E63: hue angle of 222.97º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192E63 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 46 99 -
CMYK 0.75 0.54 0 0.61
HSL 222.97º 0.6% 0.24% -
HSV(B) 222.97º 0.75% 0.39% -
XYZ 3.63 3.06 12.2 -
YUV 45.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 25 46 99 0.75 0.54 0 0.61 222.97 0.6 0.24
Hex 19 2E 63 4B 36 0 3D DF 3C 18
Octal 31 56 143 113 66 0 75 337 74 30
Binary 11001 101110 1100011 1001011 110110 0 111101 11011111 111100 11000

Color Harmonies of #192E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192E63

Black with #192E63

Text Example


Text Example

White with #192E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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