#04275D

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

Shades of Sapphire #04275D

Tints of Sapphire #04275D

Color information

#04275D (or 0x04275D) is unknown color: approx Sapphire. HEX triplet: 04, 27 and 5D. RGB value is (4,39,93). Sum of RGB (Red+Green+Blue) = 4+39+93=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #04275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04275D is #FBD8A2. Grayscale: #222222. Windows color (decimal): -16504995 or 6104836. OLE color: 6104836.

HSL color Cylindrical-coordinate representation of color #04275D: hue angle of 216.4º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04275D is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB43993-
CMYK0.960.5800.64
HSL216.4º91.75%19.02%-
HSV(B)216.4º95.7%36.47%-
XYZ2.752.2710.65-
YUV34.69160.9106.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 93 (36.72% from 255) = 68.38%
R=2.94%
G=28.68%
B=68.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal439930.960.5800.64216.491.7519.02
Hex4275D603A040d85c13
Octal44713514072010033013423
Binary100100111101110111000001110100100000011011000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04275D; }

 p { color: rgb(4,39,93); }

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

<style>
 a { background-color: #04275D; }

 a { background-color: rgb(4,39,93); }

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

<style>
 span { border-color: #04275D; }

 span { border-color: rgb(4,39,93); }

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