Html Css Color HEX #1F5079 Bahama Blue

📋 copy color: '#1F5079'

red 31 ◦ green 80 ◦ blue 121

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

Shades of Bahama Blue #1F5079

Tints of Bahama Blue #1F5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.48%

 BLUE value IS 121 (47.66% from 255) = 52.16%

R = 13.36%
G = 34.48%
B = 52.16%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F5079 (or 0x1F5079) is known color: Bahama Blue. HEX triplet: 1F, 50 and 79. RGB value is (31,80,121). Sum of RGB (Red+Green+Blue) = 31+80+121=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F5079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5079 is #E0AF86. Grayscale: #454545. Windows color (decimal): -14724999 or 7950367. OLE color: 7950367.

HSL color Cylindrical-coordinate representation of color #1F5079: hue angle of 207.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5079 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 80 121 -
CMYK 0.74 0.34 0 0.53
HSL 207.33º 0.59% 0.3% -
HSV(B) 207.33º 0.74% 0.47% -
XYZ 6.88 7.41 19.16 -
YUV 70.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 31 80 121 0.74 0.34 0 0.53 207.33 0.59 0.3
Hex 1F 50 79 4A 22 0 35 CF 3B 1E
Octal 37 120 171 112 42 0 65 317 73 36
Binary 11111 1010000 1111001 1001010 100010 0 110101 11001111 111011 11110

Color Harmonies of #1F5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5079

Black with #1F5079

Text Example


Text Example

White with #1F5079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,80,121); }

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

background-color css

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

 a { background-color: rgb(31,80,121); }

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

border-color css

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

 span { border-color: rgb(31,80,121); }

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