#05234A

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

Shades of Sapphire #05234A

Tints of Sapphire #05234A

Color information

#05234A (or 0x05234A) is unknown color: approx Sapphire. HEX triplet: 05, 23 and 4A. RGB value is (5,35,74). Sum of RGB (Red+Green+Blue) = 5+35+74=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #05234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05234A is #FADCB5. Grayscale: #1E1E1E. Windows color (decimal): -16440502 or 4858629. OLE color: 4858629.

HSL color Cylindrical-coordinate representation of color #05234A: hue angle of 213.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05234A is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53574-
CMYK0.930.5300.71
HSL213.91º87.34%15.49%-
HSV(B)213.91º93.24%29.02%-
XYZ1.91.736.71-
YUV30.48152.56109.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 74 (29.30% from 255) = 64.91%
R=4.39%
G=30.70%
B=64.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal535740.930.5300.71213.9187.3415.49
Hex5234A5D35047d657f
Octal54311213565010732612717
Binary10110001110010101011101110101010001111101011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,35,74); }

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

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

 a { background-color: rgb(5,35,74); }

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

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

 span { border-color: rgb(5,35,74); }

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