#1D618A

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

Shades of Bahama Blue #1D618A

Tints of Bahama Blue #1D618A

Color information

#1D618A (or 0x1D618A) is unknown color: approx Bahama Blue. HEX triplet: 1D, 61 and 8A. RGB value is (29,97,138). Sum of RGB (Red+Green+Blue) = 29+97+138=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D618A is #E29E75. Grayscale: #515151. Windows color (decimal): -14851702 or 9068829. OLE color: 9068829.

HSL color Cylindrical-coordinate representation of color #1D618A: hue angle of 202.57º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D618A is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2997138-
CMYK0.790.3000.46
HSL202.57º65.27%32.75%-
HSV(B)202.57º78.99%54.12%-
XYZ9.3710.6525.61-
YUV81.34159.9790.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.98%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=10.98%
G=36.74%
B=52.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal29971380.790.3000.46202.5765.2732.75
Hex1D618A4F1E02Ecb4121
Octal351412121173605631310141
Binary111011100001100010101001111111100101110110010111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,97,138); }

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

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

 a { background-color: rgb(29,97,138); }

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

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

 span { border-color: rgb(29,97,138); }

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