#18335C

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

Shades of Catalina Blue #18335C

Tints of Catalina Blue #18335C

Color information

#18335C (or 0x18335C) is unknown color: approx Catalina Blue. HEX triplet: 18, 33 and 5C. RGB value is (24,51,92). Sum of RGB (Red+Green+Blue) = 24+51+92=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #18335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18335C is #E7CCA3. Grayscale: #2F2F2F. Windows color (decimal): -15191204 or 6042392. OLE color: 6042392.

HSL color Cylindrical-coordinate representation of color #18335C: hue angle of 216.18º degrees, saturation: 0.59, 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 #18335C is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB245192-
CMYK0.740.4500.64
HSL216.18º58.62%22.75%-
HSV(B)216.18º73.91%36.08%-
XYZ3.493.3310.58-
YUV47.6153.05111.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 51 (20.31% from 255) = 30.54%
BLUE value IS 92 (36.33% from 255) = 55.09%
R=14.37%
G=30.54%
B=55.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2451920.740.4500.64216.1858.6222.75
Hex18335C4A2D040d83b17
Octal30631341125501003307327
Binary1100011001110111001001010101101010000001101100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18335C; }

 p { color: rgb(24,51,92); }

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

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

 a { background-color: rgb(24,51,92); }

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

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

 span { border-color: rgb(24,51,92); }

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