#05214B

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

Shades of Sapphire #05214B

Tints of Sapphire #05214B

Color information

#05214B (or 0x05214B) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 4B. RGB value is (5,33,75). Sum of RGB (Red+Green+Blue) = 5+33+75=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #05214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05214B is #FADEB4. Grayscale: #1D1D1D. Windows color (decimal): -16441013 or 4923653. OLE color: 4923653.

HSL color Cylindrical-coordinate representation of color #05214B: hue angle of 216º 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 #05214B is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53375-
CMYK0.930.5600.71
HSL216º87.5%15.69%-
HSV(B)216º93.33%29.41%-
XYZ1.881.636.87-
YUV29.42153.72110.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 75 (29.69% from 255) = 66.37%
R=4.42%
G=29.20%
B=66.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal533750.930.5600.7121687.515.69
Hex5214B5D38047d85810
Octal54111313570010733013020
Binary101100001100101110111011110000100011111011000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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