#07275D

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

Shades of Sapphire #07275D

Tints of Sapphire #07275D

Color information

#07275D (or 0x07275D) is unknown color: approx Sapphire. HEX triplet: 07, 27 and 5D. RGB value is (7,39,93). Sum of RGB (Red+Green+Blue) = 7+39+93=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #07275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07275D is #F8D8A2. Grayscale: #232323. Windows color (decimal): -16308387 or 6104839. OLE color: 6104839.

HSL color Cylindrical-coordinate representation of color #07275D: hue angle of 217.67º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07275D is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB73993-
CMYK0.920.5800.64
HSL217.67º86%19.61%-
HSV(B)217.67º92.47%36.47%-
XYZ2.792.2910.65-
YUV35.59160.4107.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 93 (36.72% from 255) = 66.91%
R=5.04%
G=28.06%
B=66.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal739930.920.5800.64217.678619.61
Hex7275D5C3A040da5614
Octal74713513472010033212624
Binary111100111101110110111001110100100000011011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07275D; }

 p { color: rgb(7,39,93); }

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

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

 a { background-color: rgb(7,39,93); }

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

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

 span { border-color: rgb(7,39,93); }

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