#06214A

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

Shades of Sapphire #06214A

Tints of Sapphire #06214A

Color information

#06214A (or 0x06214A) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 4A. RGB value is (6,33,74). Sum of RGB (Red+Green+Blue) = 6+33+74=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #06214A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06214A is #F9DEB5. Grayscale: #1D1D1D. Windows color (decimal): -16375478 or 4858118. OLE color: 4858118.

HSL color Cylindrical-coordinate representation of color #06214A: hue angle of 216.18º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06214A is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63374-
CMYK0.920.5500.71
HSL216.18º85%15.69%-
HSV(B)216.18º91.89%29.02%-
XYZ1.851.626.69-
YUV29.6153.05111.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 74 (29.30% from 255) = 65.49%
R=5.31%
G=29.20%
B=65.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal633740.920.5500.71216.188515.69
Hex6214A5C37047d85510
Octal64111213467010733012520
Binary110100001100101010111001101110100011111011000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06214A; }

 p { color: rgb(6,33,74); }

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

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

 a { background-color: rgb(6,33,74); }

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

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

 span { border-color: rgb(6,33,74); }

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