#1C4B84

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

Shades of Bahama Blue #1C4B84

Tints of Bahama Blue #1C4B84

Color information

#1C4B84 (or 0x1C4B84) is unknown color: approx Bahama Blue. HEX triplet: 1C, 4B and 84. RGB value is (28,75,132). Sum of RGB (Red+Green+Blue) = 28+75+132=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C4B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4B84 is #E3B47B. Grayscale: #434343. Windows color (decimal): -14922876 or 8669980. OLE color: 8669980.

HSL color Cylindrical-coordinate representation of color #1C4B84: hue angle of 212.88º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C4B84 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2875132-
CMYK0.790.4300.48
HSL212.88º65%31.37%-
HSV(B)212.88º78.79%51.76%-
XYZ7.166.9422.79-
YUV67.44164.4399.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 132 (51.95% from 255) = 56.17%
R=11.91%
G=31.91%
B=56.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28751320.790.4300.48212.886531.37
Hex1C4B844F2B030d5411f
Octal341132041175306032510137
Binary111001001011100001001001111101011011000011010101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C4B84; }

 p { color: rgb(28,75,132); }

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

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

 a { background-color: rgb(28,75,132); }

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

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

 span { border-color: rgb(28,75,132); }

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