#1A4B75

Color #1A4B75 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #1A4B75

Tints of Bahama Blue #1A4B75

Color information

#1A4B75 (or 0x1A4B75) is unknown color: approx Bahama Blue. HEX triplet: 1A, 4B and 75. RGB value is (26,75,117). Sum of RGB (Red+Green+Blue) = 26+75+117=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A4B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4B75 is #E5B48A. Grayscale: #404040. Windows color (decimal): -15053963 or 7686938. OLE color: 7686938.

HSL color Cylindrical-coordinate representation of color #1A4B75: hue angle of 207.69º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A4B75 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2675117-
CMYK0.780.3600.54
HSL207.69º63.64%28.04%-
HSV(B)207.69º77.78%45.88%-
XYZ6.156.5417.77-
YUV65.14157.27100.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.93%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=11.93%
G=34.40%
B=53.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26751170.780.3600.54207.6963.6428.04
Hex1A4B754E24036d0401c
Octal321131651164406632010034
Binary11010100101111101011001110100100011011011010000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A4B75; }

 p { color: rgb(26,75,117); }

 H1.HeaderClassName
 {
   color: #1A4B75;
 }
 .AnyTagClassName
 {
   color: #1A4B75;
 }
</style>
background-color css

<style>
 a { background-color: #1A4B75; }

 a { background-color: rgb(26,75,117); }

 div.DivClassName
 {
   background-color: #1A4B75;
 }
 .BgClassName
 {
   background-color: #1A4B75;
 }
</style>
border-color css

<style>
 span { border-color: #1A4B75; }

 span { border-color: rgb(26,75,117); }

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