#04275C

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

Shades of Sapphire #04275C

Tints of Sapphire #04275C

Color information

#04275C (or 0x04275C) is unknown color: approx Sapphire. HEX triplet: 04, 27 and 5C. RGB value is (4,39,92). Sum of RGB (Red+Green+Blue) = 4+39+92=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #04275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04275C is #FBD8A3. Grayscale: #222222. Windows color (decimal): -16504996 or 6039300. OLE color: 6039300.

HSL color Cylindrical-coordinate representation of color #04275C: hue angle of 216.14º 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 #04275C is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB43992-
CMYK0.960.5800.64
HSL216.14º91.67%18.82%-
HSV(B)216.14º95.65%36.08%-
XYZ2.712.2510.42-
YUV34.58160.4106.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 92 (36.33% from 255) = 68.15%
R=2.96%
G=28.89%
B=68.15%

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
Decimal439920.960.5800.64216.1491.6718.82
Hex4275C603A040d85c13
Octal44713414072010033013423
Binary100100111101110011000001110100100000011011000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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