Html Css Color HEX #192E5D Sapphire

📋 copy color: '#192E5D'

red 25 ◦ green 46 ◦ blue 93

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

Shades of Sapphire #192E5D

Tints of Sapphire #192E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.71%

R = 15.24%
G = 28.05%
B = 56.71%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#192E5D (or 0x192E5D) is known color: Sapphire. HEX triplet: 19, 2E and 5D. RGB value is (25,46,93). Sum of RGB (Red+Green+Blue) = 25+46+93=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #192E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E5D is #E6D1A2. Grayscale: #2C2C2C. Windows color (decimal): -15126947 or 6106649. OLE color: 6106649.

HSL color Cylindrical-coordinate representation of color #192E5D: hue angle of 221.47º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #192E5D is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 46 93 -
CMYK 0.73 0.51 0 0.64
HSL 221.47º 0.58% 0.23% -
HSV(B) 221.47º 0.73% 0.36% -
XYZ 3.35 2.95 10.75 -
YUV 45.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 25 46 93 0.73 0.51 0 0.64 221.47 0.58 0.23
Hex 19 2E 5D 49 33 0 40 DD 3A 17
Octal 31 56 135 111 63 0 100 335 72 27
Binary 11001 101110 1011101 1001001 110011 0 1000000 11011101 111010 10111

Color Harmonies of #192E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192E5D

Black with #192E5D

Text Example


Text Example

White with #192E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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