#06228C

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

Shades of Smalt #06228C

Tints of Smalt #06228C

Color information

#06228C (or 0x06228C) is unknown color: approx Smalt. HEX triplet: 06, 22 and 8C. RGB value is (6,34,140). Sum of RGB (Red+Green+Blue) = 6+34+140=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #06228C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06228C is #F9DD73. Grayscale: #252525. Windows color (decimal): -16375156 or 9183750. OLE color: 9183750.

HSL color Cylindrical-coordinate representation of color #06228C: hue angle of 227.46º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06228C is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB634140-
CMYK0.960.7600.45
HSL227.46º91.78%28.63%-
HSV(B)227.46º95.71%54.9%-
XYZ5.383.0825.12-
YUV37.71185.72105.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 140 (55.08% from 255) = 77.78%
R=3.33%
G=18.89%
B=77.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6341400.960.7600.45227.4691.7828.63
Hex6228C604C02De35c1d
Octal64221414011405534313435
Binary1101000101000110011000001001100010110111100011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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