#183A6A

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

Shades of Catalina Blue #183A6A

Tints of Catalina Blue #183A6A

Color information

#183A6A (or 0x183A6A) is unknown color: approx Catalina Blue. HEX triplet: 18, 3A and 6A. RGB value is (24,58,106). Sum of RGB (Red+Green+Blue) = 24+58+106=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 106 (41.80% from 255 or 56.38% from 188); Max value from RGB is 106 - color contains mainly: blue. Hex color #183A6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A6A is #E7C595. Grayscale: #353535. Windows color (decimal): -15189398 or 6961688. OLE color: 6961688.

HSL color Cylindrical-coordinate representation of color #183A6A: hue angle of 215.12º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #183A6A is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2458106-
CMYK0.770.4500.58
HSL215.12º63.08%25.49%-
HSV(B)215.12º77.36%41.57%-
XYZ4.494.2614.22-
YUV53.31157.74107.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 106 (41.80% from 255) = 56.38%
R=12.77%
G=30.85%
B=56.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24581060.770.4500.58215.1263.0825.49
Hex183A6A4D2D03Ad73f19
Octal3072152115550723277731
Binary110001110101101010100110110110101110101101011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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