#04254D

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

Shades of Sapphire #04254D

Tints of Sapphire #04254D

Color information

#04254D (or 0x04254D) is unknown color: approx Sapphire. HEX triplet: 04, 25 and 4D. RGB value is (4,37,77). Sum of RGB (Red+Green+Blue) = 4+37+77=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #04254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04254D is #FBDAB2. Grayscale: #1F1F1F. Windows color (decimal): -16505523 or 5055748. OLE color: 5055748.

HSL color Cylindrical-coordinate representation of color #04254D: hue angle of 212.88º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04254D is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB43777-
CMYK0.950.5200.70
HSL212.88º90.12%15.88%-
HSV(B)212.88º94.81%30.2%-
XYZ2.051.887.28-
YUV31.69153.57108.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 77 (30.47% from 255) = 65.25%
R=3.39%
G=31.36%
B=65.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal437770.950.5200.70212.8890.1215.88
Hex4254D5F34046d55a10
Octal44511513764010632513220
Binary100100101100110110111111101000100011011010101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,37,77); }

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

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

 a { background-color: rgb(4,37,77); }

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

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

 span { border-color: rgb(4,37,77); }

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