#183A66

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

Shades of Catalina Blue #183A66

Tints of Catalina Blue #183A66

Color information

#183A66 (or 0x183A66) is unknown color: approx Catalina Blue. HEX triplet: 18, 3A and 66. RGB value is (24,58,102). Sum of RGB (Red+Green+Blue) = 24+58+102=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #183A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A66 is #E7C599. Grayscale: #343434. Windows color (decimal): -15189402 or 6699544. OLE color: 6699544.

HSL color Cylindrical-coordinate representation of color #183A66: hue angle of 213.85º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183A66 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2458102-
CMYK0.760.4300.6
HSL213.85º61.9%24.71%-
HSV(B)213.85º76.47%40%-
XYZ4.294.1813.15-
YUV52.85155.74107.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 102 (40.23% from 255) = 55.43%
R=13.04%
G=31.52%
B=55.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24581020.760.4300.6213.8561.924.71
Hex183A664C2B03Cd63e19
Octal3072146114530743267631
Binary110001110101100110100110010101101111001101011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183A66; }

 p { color: rgb(24,58,102); }

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

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

 a { background-color: rgb(24,58,102); }

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

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

 span { border-color: rgb(24,58,102); }

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