#06225C

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

Shades of Sapphire #06225C

Tints of Sapphire #06225C

Color information

#06225C (or 0x06225C) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 5C. RGB value is (6,34,92). Sum of RGB (Red+Green+Blue) = 6+34+92=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #06225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06225C is #F9DDA3. Grayscale: #1F1F1F. Windows color (decimal): -16375204 or 6038022. OLE color: 6038022.

HSL color Cylindrical-coordinate representation of color #06225C: hue angle of 220.47º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06225C is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63492-
CMYK0.930.6300.64
HSL220.47º87.76%19.22%-
HSV(B)220.47º93.48%36.08%-
XYZ2.581.9610.37-
YUV32.24161.72109.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 92 (36.33% from 255) = 69.70%
R=4.55%
G=25.76%
B=69.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal634920.930.6300.64220.4787.7619.22
Hex6225C5D3F040dc5813
Octal64213413577010033413023
Binary110100010101110010111011111110100000011011100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06225C; }

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

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

<style>
 a { background-color: #06225C; }

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

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

<style>
 span { border-color: #06225C; }

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

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