#07214E

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

Shades of Sapphire #07214E

Tints of Sapphire #07214E

Color information

#07214E (or 0x07214E) is unknown color: approx Sapphire. HEX triplet: 07, 21 and 4E. RGB value is (7,33,78). Sum of RGB (Red+Green+Blue) = 7+33+78=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #07214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07214E is #F8DEB1. Grayscale: #1E1E1E. Windows color (decimal): -16309938 or 5120263. OLE color: 5120263.

HSL color Cylindrical-coordinate representation of color #07214E: hue angle of 218.03º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07214E is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB73378-
CMYK0.910.5800.69
HSL218.03º83.53%16.67%-
HSV(B)218.03º91.03%30.59%-
XYZ2.011.687.43-
YUV30.36154.89111.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 78 (30.86% from 255) = 66.10%
R=5.93%
G=27.97%
B=66.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal733780.910.5800.69218.0383.5316.67
Hex7214E5B3A045da5411
Octal74111613372010533212421
Binary111100001100111010110111110100100010111011010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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