#183D6E

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

Shades of Catalina Blue #183D6E

Tints of Catalina Blue #183D6E

Color information

#183D6E (or 0x183D6E) is unknown color: approx Catalina Blue. HEX triplet: 18, 3D and 6E. RGB value is (24,61,110). Sum of RGB (Red+Green+Blue) = 24+61+110=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #183D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D6E is #E7C291. Grayscale: #373737. Windows color (decimal): -15188626 or 7224600. OLE color: 7224600.

HSL color Cylindrical-coordinate representation of color #183D6E: hue angle of 214.19º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #183D6E is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2461110-
CMYK0.780.4500.57
HSL214.19º64.18%26.27%-
HSV(B)214.19º78.18%43.14%-
XYZ4.864.6615.39-
YUV55.52158.74105.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=12.31%
G=31.28%
B=56.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24611100.780.4500.57214.1964.1826.27
Hex183D6E4E2D039d6401a
Octal30751561165507132610032
Binary1100011110111011101001110101101011100111010110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,61,110); }

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

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

 a { background-color: rgb(24,61,110); }

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

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

 span { border-color: rgb(24,61,110); }

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