#06227A

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

Shades of Sapphire #06227A

Tints of Sapphire #06227A

Color information

#06227A (or 0x06227A) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 7A. RGB value is (6,34,122). Sum of RGB (Red+Green+Blue) = 6+34+122=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 122 (48.05% from 255 or 75.31% from 162); Max value from RGB is 122 - color contains mainly: blue. Hex color #06227A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06227A is #F9DD85. Grayscale: #232323. Windows color (decimal): -16375174 or 8004102. OLE color: 8004102.

HSL color Cylindrical-coordinate representation of color #06227A: hue angle of 225.52º 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 #06227A is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB634122-
CMYK0.950.7200.52
HSL225.52º90.62%25.1%-
HSV(B)225.52º95.08%47.84%-
XYZ4.162.5918.69-
YUV35.66176.72106.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 122 (48.05% from 255) = 75.31%
R=3.70%
G=20.99%
B=75.31%

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
Decimal6341220.950.7200.52225.5290.6225.1
Hex6227A5F48034e25b19
Octal64217213711006434213331
Binary110100010111101010111111001000011010011100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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