#04235D

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

Shades of Sapphire #04235D

Tints of Sapphire #04235D

Color information

#04235D (or 0x04235D) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 5D. RGB value is (4,35,93). Sum of RGB (Red+Green+Blue) = 4+35+93=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #04235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04235D is #FBDCA2. Grayscale: #202020. Windows color (decimal): -16506019 or 6103812. OLE color: 6103812.

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

Color convert

RGB43593-
CMYK0.960.6200.64
HSL219.1º91.75%19.02%-
HSV(B)219.1º95.7%36.47%-
XYZ2.632.0210.61-
YUV32.34162.23107.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.03%
GREEN value IS 35 (14.06% from 255) = 26.52%
BLUE value IS 93 (36.72% from 255) = 70.45%
R=3.03%
G=26.52%
B=70.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal435930.960.6200.64219.191.7519.02
Hex4235D603E040db5c13
Octal44313514076010033313423
Binary100100011101110111000001111100100000011011011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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