#05104B

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

Shades of Sapphire #05104B

Tints of Sapphire #05104B

Color information

#05104B (or 0x05104B) is unknown color: approx Sapphire. HEX triplet: 05, 10 and 4B. RGB value is (5,16,75). Sum of RGB (Red+Green+Blue) = 5+16+75=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #05104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05104B is #FAEFB4. Grayscale: #131313. Windows color (decimal): -16445365 or 4919301. OLE color: 4919301.

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

Color convert

RGB51675-
CMYK0.930.7900.71
HSL230.57º87.5%15.69%-
HSV(B)230.57º93.33%29.41%-
XYZ1.520.916.75-
YUV19.44159.36117.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 75 (29.69% from 255) = 78.12%
R=5.21%
G=16.67%
B=78.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal516750.930.7900.71230.5787.515.69
Hex5104B5D4F047e75810
Octal520113135117010734713020
Binary101100001001011101110110011110100011111100111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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