#05244E

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

Shades of Sapphire #05244E

Tints of Sapphire #05244E

Color information

#05244E (or 0x05244E) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 4E. RGB value is (5,36,78). Sum of RGB (Red+Green+Blue) = 5+36+78=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 78 (30.86% from 255 or 65.55% from 119); Max value from RGB is 78 - color contains mainly: blue. Hex color #05244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05244E is #FADBB1. Grayscale: #1F1F1F. Windows color (decimal): -16440242 or 5121029. OLE color: 5121029.

HSL color Cylindrical-coordinate representation of color #05244E: hue angle of 214.52º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05244E is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB53678-
CMYK0.940.5400.69
HSL214.52º87.95%16.27%-
HSV(B)214.52º93.59%30.59%-
XYZ2.071.847.45-
YUV31.52154.23109.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 78 (30.86% from 255) = 65.55%
R=4.20%
G=30.25%
B=65.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal536780.940.5400.69214.5287.9516.27
Hex5244E5E36045d75810
Octal54411613666010532713020
Binary101100100100111010111101101100100010111010111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05244E; }

 p { color: rgb(5,36,78); }

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

<style>
 a { background-color: #05244E; }

 a { background-color: rgb(5,36,78); }

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

<style>
 span { border-color: #05244E; }

 span { border-color: rgb(5,36,78); }

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