#04197B

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

Shades of Sapphire #04197B

Tints of Sapphire #04197B

Color information

#04197B (or 0x04197B) is unknown color: approx Sapphire. HEX triplet: 04, 19 and 7B. RGB value is (4,25,123). Sum of RGB (Red+Green+Blue) = 4+25+123=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 123 (48.44% from 255 or 80.92% from 152); Max value from RGB is 123 - color contains mainly: blue. Hex color #04197B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04197B is #FBE684. Grayscale: #1D1D1D. Windows color (decimal): -16508549 or 8067332. OLE color: 8067332.

HSL color Cylindrical-coordinate representation of color #04197B: hue angle of 229.41º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04197B is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB425123-
CMYK0.970.8000.52
HSL229.41º93.7%24.9%-
HSV(B)229.41º96.75%48.24%-
XYZ3.972.1518.94-
YUV29.89180.54109.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 123 (48.44% from 255) = 80.92%
R=2.63%
G=16.45%
B=80.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4251230.970.8000.52229.4193.724.9
Hex4197B6150034e55e19
Octal43117314112006434513631
Binary10011001111101111000011010000011010011100101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04197B; }

 p { color: rgb(4,25,123); }

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

<style>
 a { background-color: #04197B; }

 a { background-color: rgb(4,25,123); }

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

<style>
 span { border-color: #04197B; }

 span { border-color: rgb(4,25,123); }

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