#04235A

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

Shades of Sapphire #04235A

Tints of Sapphire #04235A

Color information

#04235A (or 0x04235A) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 5A. RGB value is (4,35,90). Sum of RGB (Red+Green+Blue) = 4+35+90=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #04235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04235A is #FBDCA5. Grayscale: #1F1F1F. Windows color (decimal): -16506022 or 5907204. OLE color: 5907204.

HSL color Cylindrical-coordinate representation of color #04235A: hue angle of 218.37º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04235A is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB43590-
CMYK0.960.6100.65
HSL218.37º91.49%18.43%-
HSV(B)218.37º95.56%35.29%-
XYZ2.51.979.92-
YUV32160.73108.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 90 (35.55% from 255) = 69.77%
R=3.10%
G=27.13%
B=69.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal435900.960.6100.65218.3791.4918.43
Hex4235A603D041da5b12
Octal44313214075010133213322
Binary100100011101101011000001111010100000111011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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