#062754

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

Shades of Sapphire #062754

Tints of Sapphire #062754

Color information

#062754 (or 0x062754) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 54. RGB value is (6,39,84). Sum of RGB (Red+Green+Blue) = 6+39+84=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #062754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062754 is #F9D8AB. Grayscale: #222222. Windows color (decimal): -16373932 or 5515014. OLE color: 5515014.

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

Color convert

RGB63984-
CMYK0.930.5400.67
HSL214.62º86.67%17.65%-
HSV(B)214.62º92.86%32.94%-
XYZ2.42.138.67-
YUV34.26156.07107.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 84 (33.20% from 255) = 65.12%
R=4.65%
G=30.23%
B=65.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal639840.930.5400.67214.6286.6717.65
Hex627545D36043d75712
Octal64712413566010332712722
Binary110100111101010010111011101100100001111010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062754; }

 p { color: rgb(6,39,84); }

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

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

 a { background-color: rgb(6,39,84); }

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

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

 span { border-color: rgb(6,39,84); }

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