#06227B

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

Shades of Sapphire #06227B

Tints of Sapphire #06227B

Color information

#06227B (or 0x06227B) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 7B. RGB value is (6,34,123). Sum of RGB (Red+Green+Blue) = 6+34+123=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 123 (48.44% from 255 or 75.46% from 163); Max value from RGB is 123 - color contains mainly: blue. Hex color #06227B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06227B is #F9DD84. Grayscale: #232323. Windows color (decimal): -16375173 or 8069638. OLE color: 8069638.

HSL color Cylindrical-coordinate representation of color #06227B: hue angle of 225.64º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06227B is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB634123-
CMYK0.950.7200.52
HSL225.64º90.7%25.29%-
HSV(B)225.64º95.12%48.24%-
XYZ4.222.6119.02-
YUV35.77177.22106.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 123 (48.44% from 255) = 75.46%
R=3.68%
G=20.86%
B=75.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6341230.950.7200.52225.6490.725.29
Hex6227B5F48034e25b19
Octal64217313711006434213331
Binary110100010111101110111111001000011010011100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,34,123); }

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

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

 a { background-color: rgb(6,34,123); }

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

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

 span { border-color: rgb(6,34,123); }

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