Html Css Color HEX #255A7D Bahama Blue

📋 copy color: '#255A7D'

red 37 ◦ green 90 ◦ blue 125

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

Shades of Bahama Blue #255A7D

Tints of Bahama Blue #255A7D

RGB

 RED value IS 37 (14.84% from 255) = 14.68%

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

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

R = 14.68%
G = 35.71%
B = 49.6%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#255A7D (or 0x255A7D) is known color: Bahama Blue. HEX triplet: 25, 5A and 7D. RGB value is (37,90,125). Sum of RGB (Red+Green+Blue) = 37+90+125=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #255A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A7D is #DAA582. Grayscale: #4D4D4D. Windows color (decimal): -14329219 or 8215077. OLE color: 8215077.

HSL color Cylindrical-coordinate representation of color #255A7D: hue angle of 203.86º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255A7D is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 90 125 -
CMYK 0.70 0.28 0 0.51
HSL 203.86º 0.54% 0.32% -
HSV(B) 203.86º 0.7% 0.49% -
XYZ 8.12 9.19 20.75 -
YUV 78.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 37 90 125 0.70 0.28 0 0.51 203.86 0.54 0.32
Hex 25 5A 7D 46 1C 0 33 CC 36 20
Octal 45 132 175 106 34 0 63 314 66 40
Binary 100101 1011010 1111101 1000110 11100 0 110011 11001100 110110 100000

Color Harmonies of #255A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A7D

Black with #255A7D

Text Example


Text Example

White with #255A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255A7D; }

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

 H1.HeaderClassName
 {
   color: #255A7D;
 }
 .AnyTagClassName
 {
   color: #255A7D;
 }
</style>

background-color css

<style>
 a { background-color: #255A7D; }

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

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

border-color css

<style>
 span { border-color: #255A7D; }

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

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