Html Css Color HEX #12557F Bahama Blue

📋 copy color: '#12557F'

red 18 ◦ green 85 ◦ blue 127

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

Shades of Bahama Blue #12557F

Tints of Bahama Blue #12557F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 55.22%

R = 7.83%
G = 36.96%
B = 55.22%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12557F (or 0x12557F) is known color: Bahama Blue. HEX triplet: 12, 55 and 7F. RGB value is (18,85,127). Sum of RGB (Red+Green+Blue) = 18+85+127=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #12557F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12557F is #EDAA80. Grayscale: #454545. Windows color (decimal): -15575681 or 8344850. OLE color: 8344850.

HSL color Cylindrical-coordinate representation of color #12557F: hue angle of 203.12º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12557F is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 85 127 -
CMYK 0.86 0.33 0 0.50
HSL 203.12º 0.75% 0.28% -
HSV(B) 203.12º 0.86% 0.5% -
XYZ 7.33 8.16 21.27 -
YUV 69.76 160.3 91.08 -
System Red Green Blue C M Y K H S L
Decimal 18 85 127 0.86 0.33 0 0.50 203.12 0.75 0.28
Hex 12 55 7F 56 21 0 32 CB 4B 1C
Octal 22 125 177 126 41 0 62 313 113 34
Binary 10010 1010101 1111111 1010110 100001 0 110010 11001011 1001011 11100

Color Harmonies of #12557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12557F

Black with #12557F

Text Example


Text Example

White with #12557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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