Html Css Color HEX #192E5F Sapphire

📋 copy color: '#192E5F'

red 25 ◦ green 46 ◦ blue 95

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

Shades of Sapphire #192E5F

Tints of Sapphire #192E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 57.23%

R = 15.06%
G = 27.71%
B = 57.23%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#192E5F (or 0x192E5F) is known color: Sapphire. HEX triplet: 19, 2E and 5F. RGB value is (25,46,95). Sum of RGB (Red+Green+Blue) = 25+46+95=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #192E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E5F is #E6D1A0. Grayscale: #2D2D2D. Windows color (decimal): -15126945 or 6237721. OLE color: 6237721.

HSL color Cylindrical-coordinate representation of color #192E5F: hue angle of 222º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192E5F is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 46 95 -
CMYK 0.74 0.52 0 0.63
HSL 222º 0.58% 0.24% -
HSV(B) 222º 0.74% 0.37% -
XYZ 3.44 2.99 11.22 -
YUV 45.31 156.04 113.52 -
System Red Green Blue C M Y K H S L
Decimal 25 46 95 0.74 0.52 0 0.63 222 0.58 0.24
Hex 19 2E 5F 4A 34 0 3F DE 3A 18
Octal 31 56 137 112 64 0 77 336 72 30
Binary 11001 101110 1011111 1001010 110100 0 111111 11011110 111010 11000

Color Harmonies of #192E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192E5F

Black with #192E5F

Text Example


Text Example

White with #192E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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