#1E567D

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

Shades of Bahama Blue #1E567D

Tints of Bahama Blue #1E567D

Color information

#1E567D (or 0x1E567D) is unknown color: approx Bahama Blue. HEX triplet: 1E, 56 and 7D. RGB value is (30,86,125). Sum of RGB (Red+Green+Blue) = 30+86+125=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E567D is #E1A982. Grayscale: #494949. Windows color (decimal): -14788995 or 8214046. OLE color: 8214046.

HSL color Cylindrical-coordinate representation of color #1E567D: hue angle of 204.63º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E567D is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3086125-
CMYK0.760.3100.51
HSL204.63º61.29%30.39%-
HSV(B)204.63º76%49.02%-
XYZ7.568.4120.63-
YUV73.7156.9596.83-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.45%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 125 (49.22% from 255) = 51.87%
R=12.45%
G=35.68%
B=51.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30861250.760.3100.51204.6361.2930.39
Hex1E567D4C1F033cd3d1e
Octal36126175114370633157536
Binary111101010110111110110011001111101100111100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,86,125); }

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

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

 a { background-color: rgb(30,86,125); }

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

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

 span { border-color: rgb(30,86,125); }

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