#04234C

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

Shades of Sapphire #04234C

Tints of Sapphire #04234C

Color information

#04234C (or 0x04234C) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 4C. RGB value is (4,35,76). Sum of RGB (Red+Green+Blue) = 4+35+76=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #04234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04234C is #FBDCB3. Grayscale: #1E1E1E. Windows color (decimal): -16506036 or 4989700. OLE color: 4989700.

HSL color Cylindrical-coordinate representation of color #04234C: hue angle of 214.17º 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 #04234C is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB43576-
CMYK0.950.5400.70
HSL214.17º90%15.69%-
HSV(B)214.17º94.74%29.8%-
XYZ1.961.757.07-
YUV30.4153.73109.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.48%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 76 (30.08% from 255) = 66.09%
R=3.48%
G=30.43%
B=66.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal435760.950.5400.70214.179015.69
Hex4234C5F36046d65a10
Octal44311413766010632613220
Binary100100011100110010111111101100100011011010110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,35,76); }

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

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

 a { background-color: rgb(4,35,76); }

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

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

 span { border-color: rgb(4,35,76); }

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