#18305B

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

Shades of Catalina Blue #18305B

Tints of Catalina Blue #18305B

Color information

#18305B (or 0x18305B) is unknown color: approx Catalina Blue. HEX triplet: 18, 30 and 5B. RGB value is (24,48,91). Sum of RGB (Red+Green+Blue) = 24+48+91=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #18305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18305B is #E7CFA4. Grayscale: #2D2D2D. Windows color (decimal): -15191973 or 5976088. OLE color: 5976088.

HSL color Cylindrical-coordinate representation of color #18305B: hue angle of 218.51º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18305B is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB244891-
CMYK0.740.4700.64
HSL218.51º58.26%22.55%-
HSV(B)218.51º73.63%35.69%-
XYZ3.323.0610.31-
YUV45.73153.55112.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 91 (35.94% from 255) = 55.83%
R=14.72%
G=29.45%
B=55.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2448910.740.4700.64218.5158.2622.55
Hex18305B4A2F040db3a17
Octal30601331125701003337227
Binary1100011000010110111001010101111010000001101101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18305B; }

 p { color: rgb(24,48,91); }

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

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

 a { background-color: rgb(24,48,91); }

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

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

 span { border-color: rgb(24,48,91); }

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