#183863

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

Shades of Catalina Blue #183863

Tints of Catalina Blue #183863

Color information

#183863 (or 0x183863) is unknown color: approx Catalina Blue. HEX triplet: 18, 38 and 63. RGB value is (24,56,99). Sum of RGB (Red+Green+Blue) = 24+56+99=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #183863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183863 is #E7C79C. Grayscale: #333333. Windows color (decimal): -15189917 or 6502424. OLE color: 6502424.

HSL color Cylindrical-coordinate representation of color #183863: hue angle of 214.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183863 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB245699-
CMYK0.760.4300.61
HSL214.4º60.98%24.12%-
HSV(B)214.4º75.76%38.82%-
XYZ4.043.9212.35-
YUV51.33154.9108.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 99 (39.06% from 255) = 55.31%
R=13.41%
G=31.28%
B=55.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2456990.760.4300.61214.460.9824.12
Hex1838634C2B03Dd63d18
Octal3070143114530753267530
Binary110001110001100011100110010101101111011101011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183863; }

 p { color: rgb(24,56,99); }

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

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

 a { background-color: rgb(24,56,99); }

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

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

 span { border-color: rgb(24,56,99); }

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