#04235C

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

Shades of Sapphire #04235C

Tints of Sapphire #04235C

Color information

#04235C (or 0x04235C) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 5C. RGB value is (4,35,92). Sum of RGB (Red+Green+Blue) = 4+35+92=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #04235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04235C is #FBDCA3. Grayscale: #1F1F1F. Windows color (decimal): -16506020 or 6038276. OLE color: 6038276.

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

Color convert

RGB43592-
CMYK0.960.6200.64
HSL218.86º91.67%18.82%-
HSV(B)218.86º95.65%36.08%-
XYZ2.58210.38-
YUV32.23161.73107.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 92 (36.33% from 255) = 70.23%
R=3.05%
G=26.72%
B=70.23%

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
Decimal435920.960.6200.64218.8691.6718.82
Hex4235C603E040db5c13
Octal44313414076010033313423
Binary100100011101110011000001111100100000011011011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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