#192C67

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

Shades of Sapphire #192C67

Tints of Sapphire #192C67

Color information

#192C67 (or 0x192C67) is unknown color: approx Sapphire. HEX triplet: 19, 2C and 67. RGB value is (25,44,103). Sum of RGB (Red+Green+Blue) = 25+44+103=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #192C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C67 is #E6D398. Grayscale: #2C2C2C. Windows color (decimal): -15127449 or 6761497. OLE color: 6761497.

HSL color Cylindrical-coordinate representation of color #192C67: hue angle of 225.38º 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 #192C67 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2544103-
CMYK0.760.5700.60
HSL225.38º60.94%25.1%-
HSV(B)225.38º75.73%40.39%-
XYZ3.752.9913.21-
YUV45.04160.71113.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 103 (40.62% from 255) = 59.88%
R=14.53%
G=25.58%
B=59.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25441030.760.5700.60225.3860.9425.1
Hex192C674C3903Ce13d19
Octal3154147114710743417531
Binary110011011001100111100110011100101111001110000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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