Html Css Color HEX #1F5478 Bahama Blue

📋 copy color: '#1F5478'

red 31 ◦ green 84 ◦ blue 120

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

Shades of Bahama Blue #1F5478

Tints of Bahama Blue #1F5478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

 BLUE value IS 120 (47.27% from 255) = 51.06%

R = 13.19%
G = 35.74%
B = 51.06%

CMYK

 C value IS 0.74

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F5478 (or 0x1F5478) is known color: Bahama Blue. HEX triplet: 1F, 54 and 78. RGB value is (31,84,120). Sum of RGB (Red+Green+Blue) = 31+84+120=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F5478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5478 is #E0AB87. Grayscale: #484848. Windows color (decimal): -14723976 or 7885855. OLE color: 7885855.

HSL color Cylindrical-coordinate representation of color #1F5478: hue angle of 204.27º 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 #1F5478 is Cyan = 0.74, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 84 120 -
CMYK 0.74 0.3 0 0.53
HSL 204.27º 0.59% 0.3% -
HSV(B) 204.27º 0.74% 0.47% -
XYZ 7.13 7.99 18.94 -
YUV 72.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 31 84 120 0.74 0.3 0 0.53 204.27 0.59 0.3
Hex 1F 54 78 4A 1E 0 35 CC 3B 1E
Octal 37 124 170 112 36 0 65 314 73 36
Binary 11111 1010100 1111000 1001010 11110 0 110101 11001100 111011 11110

Color Harmonies of #1F5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5478

Black with #1F5478

Text Example


Text Example

White with #1F5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,84,120); }

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

background-color css

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

 a { background-color: rgb(31,84,120); }

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

border-color css

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

 span { border-color: rgb(31,84,120); }

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