Html Css Color HEX #215C81 Bahama Blue

📋 copy color: '#215C81'

red 33 ◦ green 92 ◦ blue 129

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

Shades of Bahama Blue #215C81

Tints of Bahama Blue #215C81

RGB

 RED value IS 33 (13.28% from 255) = 12.99%

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

 BLUE value IS 129 (50.78% from 255) = 50.79%

R = 12.99%
G = 36.22%
B = 50.79%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#215C81 (or 0x215C81) is known color: Bahama Blue. HEX triplet: 21, 5C and 81. RGB value is (33,92,129). Sum of RGB (Red+Green+Blue) = 33+92+129=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #215C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C81 is #DEA37E. Grayscale: #4E4E4E. Windows color (decimal): -14590847 or 8477729. OLE color: 8477729.

HSL color Cylindrical-coordinate representation of color #215C81: hue angle of 203.12º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #215C81 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 92 129 -
CMYK 0.74 0.29 0 0.49
HSL 203.13º 0.59% 0.32% -
HSV(B) 203.13º 0.74% 0.51% -
XYZ 8.42 9.56 22.17 -
YUV 78.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 33 92 129 0.74 0.29 0 0.49 203.13 0.59 0.32
Hex 21 5C 81 4A 1D 0 31 CB 3B 20
Octal 41 134 201 112 35 0 61 313 73 40
Binary 100001 1011100 10000001 1001010 11101 0 110001 11001011 111011 100000

Color Harmonies of #215C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C81

Black with #215C81

Text Example


Text Example

White with #215C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215C81; }

 p { color: rgb(33,92,129); }

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

background-color css

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

 a { background-color: rgb(33,92,129); }

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

border-color css

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

 span { border-color: rgb(33,92,129); }

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