#153058

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

Shades of Catalina Blue #153058

Tints of Catalina Blue #153058

Color information

#153058 (or 0x153058) is unknown color: approx Catalina Blue. HEX triplet: 15, 30 and 58. RGB value is (21,48,88). Sum of RGB (Red+Green+Blue) = 21+48+88=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #153058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153058 is #EACFA7. Grayscale: #2C2C2C. Windows color (decimal): -15388584 or 5779477. OLE color: 5779477.

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

Color convert

RGB214888-
CMYK0.760.4500.65
HSL215.82º61.47%21.37%-
HSV(B)215.82º76.14%34.51%-
XYZ3.132.989.64-
YUV44.49152.55111.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=13.38%
G=30.57%
B=56.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2148880.760.4500.65215.8261.4721.37
Hex1530584C2D041d83d15
Octal25601301145501013307525
Binary1010111000010110001001100101101010000011101100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153058; }

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

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

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

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

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

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

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

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