Html Css Color HEX #12577E Bahama Blue

📋 copy color: '#12577E'

red 18 ◦ green 87 ◦ blue 126

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

Shades of Bahama Blue #12577E

Tints of Bahama Blue #12577E

RGB

 RED value IS 18 (7.42% from 255) = 7.79%

 GREEN value IS 87 (34.38% from 255) = 37.66%

 BLUE value IS 126 (49.61% from 255) = 54.55%

R = 7.79%
G = 37.66%
B = 54.55%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12577E (or 0x12577E) is known color: Bahama Blue. HEX triplet: 12, 57 and 7E. RGB value is (18,87,126). Sum of RGB (Red+Green+Blue) = 18+87+126=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #12577E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12577E is #EDA881. Grayscale: #464646. Windows color (decimal): -15575170 or 8279826. OLE color: 8279826.

HSL color Cylindrical-coordinate representation of color #12577E: hue angle of 201.67º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12577E is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 87 126 -
CMYK 0.86 0.31 0 0.51
HSL 201.67º 0.75% 0.28% -
HSV(B) 201.67º 0.86% 0.49% -
XYZ 7.42 8.45 20.98 -
YUV 70.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 18 87 126 0.86 0.31 0 0.51 201.67 0.75 0.28
Hex 12 57 7E 56 1F 0 33 CA 4B 1C
Octal 22 127 176 126 37 0 63 312 113 34
Binary 10010 1010111 1111110 1010110 11111 0 110011 11001010 1001011 11100

Color Harmonies of #12577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12577E

Black with #12577E

Text Example


Text Example

White with #12577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12577E; }

 p { color: rgb(18,87,126); }

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

background-color css

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

 a { background-color: rgb(18,87,126); }

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

border-color css

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

 span { border-color: rgb(18,87,126); }

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