#163058

Color #163058 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #163058

Tints of Catalina Blue #163058

Color information

#163058 (or 0x163058) is unknown color: approx Catalina Blue. HEX triplet: 16, 30 and 58. RGB value is (22,48,88). Sum of RGB (Red+Green+Blue) = 22+48+88=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #163058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163058 is #E9CFA7. Grayscale: #2C2C2C. Windows color (decimal): -15323048 or 5779478. OLE color: 5779478.

HSL color Cylindrical-coordinate representation of color #163058: hue angle of 216.36º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163058 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB224888-
CMYK0.750.4500.65
HSL216.36º60%21.57%-
HSV(B)216.36º75%34.51%-
XYZ3.152.999.64-
YUV44.79152.39111.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 88 (34.77% from 255) = 55.70%
R=13.92%
G=30.38%
B=55.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2248880.750.4500.65216.366021.57
Hex1630584B2D041d83c16
Octal26601301135501013307426
Binary1011011000010110001001011101101010000011101100011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163058; }

 p { color: rgb(22,48,88); }

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

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

 a { background-color: rgb(22,48,88); }

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

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

 span { border-color: rgb(22,48,88); }

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