#192E67

Color #192E67 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #192E67

Tints of Sapphire #192E67

Color information

#192E67 (or 0x192E67) is unknown color: approx Sapphire. HEX triplet: 19, 2E and 67. RGB value is (25,46,103). Sum of RGB (Red+Green+Blue) = 25+46+103=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #192E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E67 is #E6D198. Grayscale: #2D2D2D. Windows color (decimal): -15126937 or 6762009. OLE color: 6762009.

HSL color Cylindrical-coordinate representation of color #192E67: hue angle of 223.85º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #192E67 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2546103-
CMYK0.760.5500.60
HSL223.85º60.94%25.1%-
HSV(B)223.85º75.73%40.39%-
XYZ3.833.1413.24-
YUV46.22160.04112.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.37%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 103 (40.62% from 255) = 59.20%
R=14.37%
G=26.44%
B=59.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25461030.760.5500.60223.8560.9425.1
Hex192E674C3703Ce03d19
Octal3156147114670743407531
Binary110011011101100111100110011011101111001110000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #192E67;
 }
 .AnyTagClassName
 {
   color: #192E67;
 }
</style>
background-color css

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

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

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

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

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

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