Html Css Color HEX #1F557E Bahama Blue

📋 copy color: '#1F557E'

red 31 ◦ green 85 ◦ blue 126

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

Shades of Bahama Blue #1F557E

Tints of Bahama Blue #1F557E

RGB

 RED value IS 31 (12.5% from 255) = 12.81%

 GREEN value IS 85 (33.59% from 255) = 35.12%

 BLUE value IS 126 (49.61% from 255) = 52.07%

R = 12.81%
G = 35.12%
B = 52.07%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F557E (or 0x1F557E) is known color: Bahama Blue. HEX triplet: 1F, 55 and 7E. RGB value is (31,85,126). Sum of RGB (Red+Green+Blue) = 31+85+126=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F557E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F557E is #E0AA81. Grayscale: #494949. Windows color (decimal): -14723714 or 8279327. OLE color: 8279327.

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

Color convert

RGB 31 85 126 -
CMYK 0.75 0.33 0 0.51
HSL 205.89º 0.61% 0.31% -
HSV(B) 205.89º 0.75% 0.49% -
XYZ 7.58 8.29 20.94 -
YUV 73.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 31 85 126 0.75 0.33 0 0.51 205.89 0.61 0.31
Hex 1F 55 7E 4B 21 0 33 CE 3D 1F
Octal 37 125 176 113 41 0 63 316 75 37
Binary 11111 1010101 1111110 1001011 100001 0 110011 11001110 111101 11111

Color Harmonies of #1F557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F557E

Black with #1F557E

Text Example


Text Example

White with #1F557E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,85,126); }

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

background-color css

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

 a { background-color: rgb(31,85,126); }

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

border-color css

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

 span { border-color: rgb(31,85,126); }

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