#192F7D

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

Shades of Sapphire #192F7D

Tints of Sapphire #192F7D

Color information

#192F7D (or 0x192F7D) is unknown color: approx Sapphire. HEX triplet: 19, 2F and 7D. RGB value is (25,47,125). Sum of RGB (Red+Green+Blue) = 25+47+125=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #192F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F7D is #E6D082. Grayscale: #303030. Windows color (decimal): -15126659 or 8204057. OLE color: 8204057.

HSL color Cylindrical-coordinate representation of color #192F7D: hue angle of 226.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #192F7D is Cyan = 0.8, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2547125-
CMYK0.80.6200.51
HSL226.8º66.67%29.41%-
HSV(B)226.8º80%49.02%-
XYZ5.123.7219.85-
YUV49.31170.71110.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 125 (49.22% from 255) = 63.45%
R=12.69%
G=23.86%
B=63.45%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25471250.80.6200.51226.866.6729.41
Hex192F7D503E033e3431d
Octal31571751207606334310335
Binary1100110111111111011010000111110011001111100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,47,125); }

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

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

 a { background-color: rgb(25,47,125); }

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

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

 span { border-color: rgb(25,47,125); }

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