#07214B

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

Shades of Sapphire #07214B

Tints of Sapphire #07214B

Color information

#07214B (or 0x07214B) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 4B. RGB value is (7,33,75). Sum of RGB (Red+Green+Blue) = 7+33+75=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #07214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07214B is #F8DEB4. Grayscale: #1D1D1D. Windows color (decimal): -16309941 or 4923655. OLE color: 4923655.

HSL color Cylindrical-coordinate representation of color #07214B: hue angle of 217.06º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07214B is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB73375-
CMYK0.910.5600.71
HSL217.06º82.93%16.08%-
HSV(B)217.06º90.67%29.41%-
XYZ1.91.646.87-
YUV30.01153.39111.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 75 (29.69% from 255) = 65.22%
R=6.09%
G=28.70%
B=65.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal733750.910.5600.71217.0682.9316.08
Hex7214B5B38047d95310
Octal74111313370010733112320
Binary111100001100101110110111110000100011111011001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,33,75); }

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

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

 a { background-color: rgb(7,33,75); }

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

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

 span { border-color: rgb(7,33,75); }

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