Html Css Color HEX #265A7B Bahama Blue

📋 copy color: '#265A7B'

red 38 ◦ green 90 ◦ blue 123

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

Shades of Bahama Blue #265A7B

Tints of Bahama Blue #265A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 49%

R = 15.14%
G = 35.86%
B = 49%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#265A7B (or 0x265A7B) is known color: Bahama Blue. HEX triplet: 26, 5A and 7B. RGB value is (38,90,123). Sum of RGB (Red+Green+Blue) = 38+90+123=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #265A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A7B is #D9A584. Grayscale: #4E4E4E. Windows color (decimal): -14263685 or 8084006. OLE color: 8084006.

HSL color Cylindrical-coordinate representation of color #265A7B: hue angle of 203.29º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #265A7B is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 90 123 -
CMYK 0.69 0.27 0 0.52
HSL 203.29º 0.53% 0.32% -
HSV(B) 203.29º 0.69% 0.48% -
XYZ 8.03 9.15 20.08 -
YUV 78.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 38 90 123 0.69 0.27 0 0.52 203.29 0.53 0.32
Hex 26 5A 7B 45 1B 0 34 CB 35 20
Octal 46 132 173 105 33 0 64 313 65 40
Binary 100110 1011010 1111011 1000101 11011 0 110100 11001011 110101 100000

Color Harmonies of #265A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A7B

Black with #265A7B

Text Example


Text Example

White with #265A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,90,123); }

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

background-color css

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

 a { background-color: rgb(38,90,123); }

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

border-color css

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

 span { border-color: rgb(38,90,123); }

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