Html Css Color HEX #1E608B Bahama Blue

📋 copy color: '#1E608B'

red 30 ◦ green 96 ◦ blue 139

#1E608B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #1E608B

Tints of Bahama Blue #1E608B

RGB

 RED value IS 30 (12.11% from 255) = 11.32%

 GREEN value IS 96 (37.89% from 255) = 36.23%

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 11.32%
G = 36.23%
B = 52.45%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E608B (or 0x1E608B) is known color: Bahama Blue. HEX triplet: 1E, 60 and 8B. RGB value is (30,96,139). Sum of RGB (Red+Green+Blue) = 30+96+139=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E608B is #E19F74. Grayscale: #505050. Windows color (decimal): -14786421 or 9134110. OLE color: 9134110.

HSL color Cylindrical-coordinate representation of color #1E608B: hue angle of 203.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E608B is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 96 139 -
CMYK 0.78 0.31 0 0.45
HSL 203.67º 0.64% 0.33% -
HSV(B) 203.67º 0.78% 0.55% -
XYZ 9.38 10.51 25.96 -
YUV 81.17 160.63 91.5 -
System Red Green Blue C M Y K H S L
Decimal 30 96 139 0.78 0.31 0 0.45 203.67 0.64 0.33
Hex 1E 60 8B 4E 1F 0 2D CC 40 21
Octal 36 140 213 116 37 0 55 314 100 41
Binary 11110 1100000 10001011 1001110 11111 0 101101 11001100 1000000 100001

Color Harmonies of #1E608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E608B

Black with #1E608B

Text Example


Text Example

White with #1E608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,96,139); }

 H1.HeaderClassName
 {
   color: #1E608B;
 }
 .AnyTagClassName
 {
   color: #1E608B;
 }
</style>

background-color css

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

 a { background-color: rgb(30,96,139); }

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

border-color css

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

 span { border-color: rgb(30,96,139); }

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