Html Css Color HEX #265C7D Bahama Blue

📋 copy color: '#265C7D'

red 38 ◦ green 92 ◦ blue 125

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

Shades of Bahama Blue #265C7D

Tints of Bahama Blue #265C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.08%

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

R = 14.9%
G = 36.08%
B = 49.02%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#265C7D (or 0x265C7D) is known color: Bahama Blue. HEX triplet: 26, 5C and 7D. RGB value is (38,92,125). Sum of RGB (Red+Green+Blue) = 38+92+125=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #265C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C7D is #D9A382. Grayscale: #4F4F4F. Windows color (decimal): -14263171 or 8215590. OLE color: 8215590.

HSL color Cylindrical-coordinate representation of color #265C7D: hue angle of 202.76º degrees, saturation: 0.53, 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 #265C7D is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 92 125 -
CMYK 0.70 0.26 0 0.51
HSL 202.76º 0.53% 0.32% -
HSV(B) 202.76º 0.7% 0.49% -
XYZ 8.33 9.55 20.81 -
YUV 79.62 153.61 98.32 -
System Red Green Blue C M Y K H S L
Decimal 38 92 125 0.70 0.26 0 0.51 202.76 0.53 0.32
Hex 26 5C 7D 46 1A 0 33 CB 35 20
Octal 46 134 175 106 32 0 63 313 65 40
Binary 100110 1011100 1111101 1000110 11010 0 110011 11001011 110101 100000

Color Harmonies of #265C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C7D

Black with #265C7D

Text Example


Text Example

White with #265C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,92,125); }

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

background-color css

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

 a { background-color: rgb(38,92,125); }

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

border-color css

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

 span { border-color: rgb(38,92,125); }

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