Html Css Color HEX #155885 Bahama Blue

📋 copy color: '#155885'

red 21 ◦ green 88 ◦ blue 133

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

Shades of Bahama Blue #155885

Tints of Bahama Blue #155885

RGB

 RED value IS 21 (8.59% from 255) = 8.68%

 GREEN value IS 88 (34.77% from 255) = 36.36%

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

R = 8.68%
G = 36.36%
B = 54.96%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#155885 (or 0x155885) is known color: Bahama Blue. HEX triplet: 15, 58 and 85. RGB value is (21,88,133). Sum of RGB (Red+Green+Blue) = 21+88+133=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #155885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155885 is #EAA77A. Grayscale: #484848. Windows color (decimal): -15378299 or 8738837. OLE color: 8738837.

HSL color Cylindrical-coordinate representation of color #155885: hue angle of 204.11º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155885 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 88 133 -
CMYK 0.84 0.34 0 0.48
HSL 204.11º 0.73% 0.3% -
HSV(B) 204.11º 0.84% 0.52% -
XYZ 8.03 8.83 23.47 -
YUV 73.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 21 88 133 0.84 0.34 0 0.48 204.11 0.73 0.3
Hex 15 58 85 54 22 0 30 CC 49 1E
Octal 25 130 205 124 42 0 60 314 111 36
Binary 10101 1011000 10000101 1010100 100010 0 110000 11001100 1001001 11110

Color Harmonies of #155885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155885

Black with #155885

Text Example


Text Example

White with #155885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155885; }

 p { color: rgb(21,88,133); }

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

background-color css

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

 a { background-color: rgb(21,88,133); }

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

border-color css

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

 span { border-color: rgb(21,88,133); }

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