#183260

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

Shades of Catalina Blue #183260

Tints of Catalina Blue #183260

Color information

#183260 (or 0x183260) is unknown color: approx Catalina Blue. HEX triplet: 18, 32 and 60. RGB value is (24,50,96). Sum of RGB (Red+Green+Blue) = 24+50+96=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #183260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183260 is #E7CD9F. Grayscale: #2F2F2F. Windows color (decimal): -15191456 or 6304280. OLE color: 6304280.

HSL color Cylindrical-coordinate representation of color #183260: hue angle of 218.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183260 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB245096-
CMYK0.750.4800.62
HSL218.33º60%23.53%-
HSV(B)218.33º75%37.65%-
XYZ3.633.3211.52-
YUV47.47155.39111.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=14.12%
G=29.41%
B=56.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2450960.750.4800.62218.336023.53
Hex1832604B3003Eda3c18
Octal3062140113600763327430
Binary110001100101100000100101111000001111101101101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183260; }

 p { color: rgb(24,50,96); }

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

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

 a { background-color: rgb(24,50,96); }

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

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

 span { border-color: rgb(24,50,96); }

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