#05237C

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

Shades of Sapphire #05237C

Tints of Sapphire #05237C

Color information

#05237C (or 0x05237C) is unknown color: approx Sapphire. HEX triplet: 05, 23 and 7C. RGB value is (5,35,124). Sum of RGB (Red+Green+Blue) = 5+35+124=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 124 (48.83% from 255 or 75.61% from 164); Max value from RGB is 124 - color contains mainly: blue. Hex color #05237C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05237C is #FADC83. Grayscale: #232323. Windows color (decimal): -16440452 or 8135429. OLE color: 8135429.

HSL color Cylindrical-coordinate representation of color #05237C: hue angle of 224.87º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05237C is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB535124-
CMYK0.960.7200.51
HSL224.87º92.25%25.29%-
HSV(B)224.87º95.97%48.63%-
XYZ4.32.6919.36-
YUV36.18177.56105.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 124 (48.83% from 255) = 75.61%
R=3.05%
G=21.34%
B=75.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5351240.960.7200.51224.8792.2525.29
Hex5237C6048033e15c19
Octal54317414011006334113431
Binary101100011111110011000001001000011001111100001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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