#04234F

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

Shades of Sapphire #04234F

Tints of Sapphire #04234F

Color information

#04234F (or 0x04234F) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 4F. RGB value is (4,35,79). Sum of RGB (Red+Green+Blue) = 4+35+79=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #04234F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04234F is #FBDCB0. Grayscale: #1E1E1E. Windows color (decimal): -16506033 or 5186308. OLE color: 5186308.

HSL color Cylindrical-coordinate representation of color #04234F: hue angle of 215.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04234F is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB43579-
CMYK0.950.5600.69
HSL215.2º90.36%16.27%-
HSV(B)215.2º94.94%30.98%-
XYZ2.061.797.63-
YUV30.75155.23108.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 79 (31.25% from 255) = 66.95%
R=3.39%
G=29.66%
B=66.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal435790.950.5600.69215.290.3616.27
Hex4234F5F38045d75a10
Octal44311713770010532713220
Binary100100011100111110111111110000100010111010111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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