Html Css Color HEX #12557C Bahama Blue

📋 copy color: '#12557C'

red 18 ◦ green 85 ◦ blue 124

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

Shades of Bahama Blue #12557C

Tints of Bahama Blue #12557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.44%

 BLUE value IS 124 (48.83% from 255) = 54.63%

R = 7.93%
G = 37.44%
B = 54.63%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12557C (or 0x12557C) is known color: Bahama Blue. HEX triplet: 12, 55 and 7C. RGB value is (18,85,124). Sum of RGB (Red+Green+Blue) = 18+85+124=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #12557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12557C is #EDAA83. Grayscale: #454545. Windows color (decimal): -15575684 or 8148242. OLE color: 8148242.

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

Color convert

RGB 18 85 124 -
CMYK 0.85 0.31 0 0.51
HSL 202.08º 0.75% 0.28% -
HSV(B) 202.08º 0.85% 0.49% -
XYZ 7.14 8.08 20.25 -
YUV 69.41 158.8 91.33 -
System Red Green Blue C M Y K H S L
Decimal 18 85 124 0.85 0.31 0 0.51 202.08 0.75 0.28
Hex 12 55 7C 55 1F 0 33 CA 4B 1C
Octal 22 125 174 125 37 0 63 312 113 34
Binary 10010 1010101 1111100 1010101 11111 0 110011 11001010 1001011 11100

Color Harmonies of #12557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12557C

Black with #12557C

Text Example


Text Example

White with #12557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12557C; }

 p { color: rgb(18,85,124); }

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

background-color css

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

 a { background-color: rgb(18,85,124); }

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

border-color css

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

 span { border-color: rgb(18,85,124); }

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