Html Css Color HEX #1E6286 Bahama Blue

📋 copy color: '#1E6286'

red 30 ◦ green 98 ◦ blue 134

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

Shades of Bahama Blue #1E6286

Tints of Bahama Blue #1E6286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.4%

 BLUE value IS 134 (52.73% from 255) = 51.15%

R = 11.45%
G = 37.4%
B = 51.15%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1E6286 (or 0x1E6286) is known color: Bahama Blue. HEX triplet: 1E, 62 and 86. RGB value is (30,98,134). Sum of RGB (Red+Green+Blue) = 30+98+134=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #1E6286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6286 is #E19D79. Grayscale: #515151. Windows color (decimal): -14785914 or 8806942. OLE color: 8806942.

HSL color Cylindrical-coordinate representation of color #1E6286: hue angle of 200.77º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E6286 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 30 98 134 -
CMYK 0.78 0.27 0 0.47
HSL 200.77º 0.63% 0.32% -
HSV(B) 200.77º 0.78% 0.53% -
XYZ 9.21 10.73 24.14 -
YUV 81.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 30 98 134 0.78 0.27 0 0.47 200.77 0.63 0.32
Hex 1E 62 86 4E 1B 0 2F C9 3F 20
Octal 36 142 206 116 33 0 57 311 77 40
Binary 11110 1100010 10000110 1001110 11011 0 101111 11001001 111111 100000

Color Harmonies of #1E6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6286

Black with #1E6286

Text Example


Text Example

White with #1E6286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,98,134); }

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

background-color css

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

 a { background-color: rgb(30,98,134); }

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

border-color css

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

 span { border-color: rgb(30,98,134); }

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