Html Css Color HEX #1F618A Bahama Blue

📋 copy color: '#1F618A'

red 31 ◦ green 97 ◦ blue 138

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

Shades of Bahama Blue #1F618A

Tints of Bahama Blue #1F618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 138 (54.3% from 255) = 51.88%

R = 11.65%
G = 36.47%
B = 51.88%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F618A (or 0x1F618A) is known color: Bahama Blue. HEX triplet: 1F, 61 and 8A. RGB value is (31,97,138). Sum of RGB (Red+Green+Blue) = 31+97+138=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F618A is #E09E75. Grayscale: #515151. Windows color (decimal): -14720630 or 9068831. OLE color: 9068831.

HSL color Cylindrical-coordinate representation of color #1F618A: hue angle of 202.99º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F618A is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 97 138 -
CMYK 0.78 0.30 0 0.46
HSL 202.99º 0.63% 0.33% -
HSV(B) 202.99º 0.78% 0.54% -
XYZ 9.43 10.68 25.61 -
YUV 81.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 31 97 138 0.78 0.30 0 0.46 202.99 0.63 0.33
Hex 1F 61 8A 4E 1E 0 2E CB 3F 21
Octal 37 141 212 116 36 0 56 313 77 41
Binary 11111 1100001 10001010 1001110 11110 0 101110 11001011 111111 100001

Color Harmonies of #1F618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F618A

Black with #1F618A

Text Example


Text Example

White with #1F618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,97,138); }

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

background-color css

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

 a { background-color: rgb(31,97,138); }

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

border-color css

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

 span { border-color: rgb(31,97,138); }

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