#1C5A8A

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

Shades of Bahama Blue #1C5A8A

Tints of Bahama Blue #1C5A8A

Color information

#1C5A8A (or 0x1C5A8A) is unknown color: approx Bahama Blue. HEX triplet: 1C, 5A and 8A. RGB value is (28,90,138). Sum of RGB (Red+Green+Blue) = 28+90+138=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C5A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5A8A is #E3A575. Grayscale: #4C4C4C. Windows color (decimal): -14919030 or 9067036. OLE color: 9067036.

HSL color Cylindrical-coordinate representation of color #1C5A8A: hue angle of 206.18º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C5A8A is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2890138-
CMYK0.800.3500.46
HSL206.18º66.27%32.55%-
HSV(B)206.18º79.71%54.12%-
XYZ8.729.3925.4-
YUV76.93162.4693.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.94%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=10.94%
G=35.16%
B=53.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28901380.800.3500.46206.1866.2732.55
Hex1C5A8A502302Ece4221
Octal341322121204305631610241
Binary1110010110101000101010100001000110101110110011101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,90,138); }

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

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

 a { background-color: rgb(28,90,138); }

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

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

 span { border-color: rgb(28,90,138); }

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