Html Css Color HEX #126290 Bahama Blue

📋 copy color: '#126290'

red 18 ◦ green 98 ◦ blue 144

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

Shades of Bahama Blue #126290

Tints of Bahama Blue #126290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.38%

R = 6.92%
G = 37.69%
B = 55.38%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#126290 (or 0x126290) is known color: Bahama Blue. HEX triplet: 12, 62 and 90. RGB value is (18,98,144). Sum of RGB (Red+Green+Blue) = 18+98+144=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #126290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126290 is #ED9D6F. Grayscale: #4F4F4F. Windows color (decimal): -15572336 or 9462290. OLE color: 9462290.

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

Color convert

RGB 18 98 144 -
CMYK 0.88 0.32 0 0.44
HSL 201.9º 0.78% 0.32% -
HSV(B) 201.9º 0.88% 0.56% -
XYZ 9.65 10.88 27.98 -
YUV 79.32 164.5 84.26 -
System Red Green Blue C M Y K H S L
Decimal 18 98 144 0.88 0.32 0 0.44 201.9 0.78 0.32
Hex 12 62 90 58 20 0 2C CA 4E 20
Octal 22 142 220 130 40 0 54 312 116 40
Binary 10010 1100010 10010000 1011000 100000 0 101100 11001010 1001110 100000

Color Harmonies of #126290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126290

Black with #126290

Text Example


Text Example

White with #126290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126290; }

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

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

background-color css

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

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

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

border-color css

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

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

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