#04256E

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

Shades of Sapphire #04256E

Tints of Sapphire #04256E

Color information

#04256E (or 0x04256E) is unknown color: approx Sapphire. HEX triplet: 04, 25 and 6E. RGB value is (4,37,110). Sum of RGB (Red+Green+Blue) = 4+37+110=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 110 (43.36% from 255 or 72.85% from 151); Max value from RGB is 110 - color contains mainly: blue. Hex color #04256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04256E is #FBDA91. Grayscale: #232323. Windows color (decimal): -16505490 or 7218436. OLE color: 7218436.

HSL color Cylindrical-coordinate representation of color #04256E: hue angle of 221.32º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04256E is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB437110-
CMYK0.960.6600.57
HSL221.32º92.98%22.35%-
HSV(B)221.32º96.36%43.14%-
XYZ3.532.4715.04-
YUV35.46170.07105.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 110 (43.36% from 255) = 72.85%
R=2.65%
G=24.50%
B=72.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4371100.960.6600.57221.3292.9822.35
Hex4256E6042039dd5d16
Octal44515614010207133513526
Binary100100101110111011000001000010011100111011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04256E; }

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

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

<style>
 a { background-color: #04256E; }

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

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

<style>
 span { border-color: #04256E; }

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

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