Html Css Color HEX #265E87 Bahama Blue

📋 copy color: '#265E87'

red 38 ◦ green 94 ◦ blue 135

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

Shades of Bahama Blue #265E87

Tints of Bahama Blue #265E87

RGB

 RED value IS 38 (15.23% from 255) = 14.23%

 GREEN value IS 94 (37.11% from 255) = 35.21%

 BLUE value IS 135 (53.13% from 255) = 50.56%

R = 14.23%
G = 35.21%
B = 50.56%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#265E87 (or 0x265E87) is known color: Bahama Blue. HEX triplet: 26, 5E and 87. RGB value is (38,94,135). Sum of RGB (Red+Green+Blue) = 38+94+135=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #265E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265E87 is #D9A178. Grayscale: #515151. Windows color (decimal): -14262649 or 8871462. OLE color: 8871462.

HSL color Cylindrical-coordinate representation of color #265E87: hue angle of 205.36º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265E87 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 94 135 -
CMYK 0.72 0.30 0 0.47
HSL 205.36º 0.56% 0.34% -
HSV(B) 205.36º 0.72% 0.53% -
XYZ 9.18 10.17 24.4 -
YUV 81.93 157.95 96.67 -
System Red Green Blue C M Y K H S L
Decimal 38 94 135 0.72 0.30 0 0.47 205.36 0.56 0.34
Hex 26 5E 87 48 1E 0 2F CD 38 22
Octal 46 136 207 110 36 0 57 315 70 42
Binary 100110 1011110 10000111 1001000 11110 0 101111 11001101 111000 100010

Color Harmonies of #265E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E87

Black with #265E87

Text Example


Text Example

White with #265E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265E87; }

 p { color: rgb(38,94,135); }

 H1.HeaderClassName
 {
   color: #265E87;
 }
 .AnyTagClassName
 {
   color: #265E87;
 }
</style>

background-color css

<style>
 a { background-color: #265E87; }

 a { background-color: rgb(38,94,135); }

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

border-color css

<style>
 span { border-color: #265E87; }

 span { border-color: rgb(38,94,135); }

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