#062453

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

Shades of Sapphire #062453

Tints of Sapphire #062453

Color information

#062453 (or 0x062453) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 53. RGB value is (6,36,83). Sum of RGB (Red+Green+Blue) = 6+36+83=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #062453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062453 is #F9DBAC. Grayscale: #202020. Windows color (decimal): -16374701 or 5448710. OLE color: 5448710.

HSL color Cylindrical-coordinate representation of color #062453: hue angle of 216.62º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062453 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB63683-
CMYK0.930.5700.67
HSL216.62º86.52%17.45%-
HSV(B)216.62º92.77%32.55%-
XYZ2.271.938.44-
YUV32.39156.56109.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 83 (32.81% from 255) = 66.4%
R=4.8%
G=28.8%
B=66.4%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal636830.930.5700.67216.6286.5217.45
Hex624535D39043d95711
Octal64412313571010333112721
Binary110100100101001110111011110010100001111011001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062453; }

 p { color: rgb(6,36,83); }

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

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

 a { background-color: rgb(6,36,83); }

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

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

 span { border-color: rgb(6,36,83); }

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