#183970

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

Shades of Catalina Blue #183970

Tints of Catalina Blue #183970

Color information

#183970 (or 0x183970) is unknown color: approx Catalina Blue. HEX triplet: 18, 39 and 70. RGB value is (24,57,112). Sum of RGB (Red+Green+Blue) = 24+57+112=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #183970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183970 is #E7C68F. Grayscale: #353535. Windows color (decimal): -15189648 or 7354648. OLE color: 7354648.

HSL color Cylindrical-coordinate representation of color #183970: hue angle of 217.5º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183970 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2457112-
CMYK0.790.4900.56
HSL217.5º64.71%26.67%-
HSV(B)217.5º78.57%43.92%-
XYZ4.764.2915.91-
YUV53.4161.07107.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 112 (44.14% from 255) = 58.03%
R=12.44%
G=29.53%
B=58.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24571120.790.4900.56217.564.7126.67
Hex1839704F31038da411b
Octal30711601176107033210133
Binary1100011100111100001001111110001011100011011010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183970; }

 p { color: rgb(24,57,112); }

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

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

 a { background-color: rgb(24,57,112); }

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

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

 span { border-color: rgb(24,57,112); }

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