#18366A

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

Shades of Catalina Blue #18366A

Tints of Catalina Blue #18366A

Color information

#18366A (or 0x18366A) is unknown color: approx Catalina Blue. HEX triplet: 18, 36 and 6A. RGB value is (24,54,106). Sum of RGB (Red+Green+Blue) = 24+54+106=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 106 (41.80% from 255 or 57.61% from 184); Max value from RGB is 106 - color contains mainly: blue. Hex color #18366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18366A is #E7C995. Grayscale: #323232. Windows color (decimal): -15190422 or 6960664. OLE color: 6960664.

HSL color Cylindrical-coordinate representation of color #18366A: hue angle of 218.05º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18366A is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2454106-
CMYK0.770.4900.58
HSL218.05º63.08%25.49%-
HSV(B)218.05º77.36%41.57%-
XYZ4.33.8714.16-
YUV50.96159.06108.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 106 (41.80% from 255) = 57.61%
R=13.04%
G=29.35%
B=57.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24541060.770.4900.58218.0563.0825.49
Hex18366A4D3103Ada3f19
Octal3066152115610723327731
Binary110001101101101010100110111000101110101101101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18366A; }

 p { color: rgb(24,54,106); }

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

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

 a { background-color: rgb(24,54,106); }

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

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

 span { border-color: rgb(24,54,106); }

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