Html Css Color HEX #1F5A7D Bahama Blue

📋 copy color: '#1F5A7D'

red 31 ◦ green 90 ◦ blue 125

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

Shades of Bahama Blue #1F5A7D

Tints of Bahama Blue #1F5A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.59%

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 12.6%
G = 36.59%
B = 50.81%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F5A7D (or 0x1F5A7D) is known color: Bahama Blue. HEX triplet: 1F, 5A and 7D. RGB value is (31,90,125). Sum of RGB (Red+Green+Blue) = 31+90+125=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F5A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5A7D is #E0A582. Grayscale: #4C4C4C. Windows color (decimal): -14722435 or 8215071. OLE color: 8215071.

HSL color Cylindrical-coordinate representation of color #1F5A7D: hue angle of 202.34º degrees, saturation: 0.6, 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 #1F5A7D is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 90 125 -
CMYK 0.75 0.28 0 0.51
HSL 202.34º 0.6% 0.31% -
HSV(B) 202.34º 0.75% 0.49% -
XYZ 7.92 9.08 20.74 -
YUV 76.35 155.45 95.65 -
System Red Green Blue C M Y K H S L
Decimal 31 90 125 0.75 0.28 0 0.51 202.34 0.6 0.31
Hex 1F 5A 7D 4B 1C 0 33 CA 3C 1F
Octal 37 132 175 113 34 0 63 312 74 37
Binary 11111 1011010 1111101 1001011 11100 0 110011 11001010 111100 11111

Color Harmonies of #1F5A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5A7D

Black with #1F5A7D

Text Example


Text Example

White with #1F5A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,90,125); }

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

background-color css

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

 a { background-color: rgb(31,90,125); }

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

border-color css

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

 span { border-color: rgb(31,90,125); }

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