Html Css Color HEX #265D85 Bahama Blue

📋 copy color: '#265D85'

red 38 ◦ green 93 ◦ blue 133

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

Shades of Bahama Blue #265D85

Tints of Bahama Blue #265D85

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.23%

 BLUE value IS 133 (52.34% from 255) = 50.38%

R = 14.39%
G = 35.23%
B = 50.38%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#265D85 (or 0x265D85) is known color: Bahama Blue. HEX triplet: 26, 5D and 85. RGB value is (38,93,133). Sum of RGB (Red+Green+Blue) = 38+93+133=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #265D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D85 is #D9A27A. Grayscale: #505050. Windows color (decimal): -14262907 or 8740134. OLE color: 8740134.

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

Color convert

RGB 38 93 133 -
CMYK 0.71 0.30 0 0.48
HSL 205.26º 0.56% 0.34% -
HSV(B) 205.26º 0.71% 0.52% -
XYZ 8.95 9.93 23.64 -
YUV 81.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 38 93 133 0.71 0.30 0 0.48 205.26 0.56 0.34
Hex 26 5D 85 47 1E 0 30 CD 38 22
Octal 46 135 205 107 36 0 60 315 70 42
Binary 100110 1011101 10000101 1000111 11110 0 110000 11001101 111000 100010

Color Harmonies of #265D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D85

Black with #265D85

Text Example


Text Example

White with #265D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,93,133); }

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

background-color css

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

 a { background-color: rgb(38,93,133); }

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

border-color css

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

 span { border-color: rgb(38,93,133); }

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