#05234B

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

Shades of Sapphire #05234B

Tints of Sapphire #05234B

Color information

#05234B (or 0x05234B) is unknown color: approx Sapphire. HEX triplet: 05, 23 and 4B. RGB value is (5,35,75). Sum of RGB (Red+Green+Blue) = 5+35+75=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #05234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05234B is #FADCB4. Grayscale: #1E1E1E. Windows color (decimal): -16440501 or 4924165. OLE color: 4924165.

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

Color convert

RGB53575-
CMYK0.930.5300.71
HSL214.29º87.5%15.69%-
HSV(B)214.29º93.33%29.41%-
XYZ1.931.746.89-
YUV30.59153.06109.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 75 (29.69% from 255) = 65.22%
R=4.35%
G=30.43%
B=65.22%

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
Decimal535750.930.5300.71214.2987.515.69
Hex5234B5D35047d65810
Octal54311313565010732613020
Binary101100011100101110111011101010100011111010110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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