Html Css Color HEX #126291 Bahama Blue

📋 copy color: '#126291'

red 18 ◦ green 98 ◦ blue 145

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

Shades of Bahama Blue #126291

Tints of Bahama Blue #126291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

 BLUE value IS 145 (57.03% from 255) = 55.56%

R = 6.9%
G = 37.55%
B = 55.56%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#126291 (or 0x126291) is known color: Bahama Blue. HEX triplet: 12, 62 and 91. RGB value is (18,98,145). Sum of RGB (Red+Green+Blue) = 18+98+145=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #126291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126291 is #ED9D6E. Grayscale: #4F4F4F. Windows color (decimal): -15572335 or 9527826. OLE color: 9527826.

HSL color Cylindrical-coordinate representation of color #126291: hue angle of 202.2º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126291 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 98 145 -
CMYK 0.88 0.32 0 0.43
HSL 202.2º 0.78% 0.32% -
HSV(B) 202.2º 0.88% 0.57% -
XYZ 9.73 10.91 28.38 -
YUV 79.44 165 84.18 -
System Red Green Blue C M Y K H S L
Decimal 18 98 145 0.88 0.32 0 0.43 202.2 0.78 0.32
Hex 12 62 91 58 20 0 2B CA 4E 20
Octal 22 142 221 130 40 0 53 312 116 40
Binary 10010 1100010 10010001 1011000 100000 0 101011 11001010 1001110 100000

Color Harmonies of #126291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126291

Black with #126291

Text Example


Text Example

White with #126291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126291; }

 p { color: rgb(18,98,145); }

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

background-color css

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

 a { background-color: rgb(18,98,145); }

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

border-color css

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

 span { border-color: rgb(18,98,145); }

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