Html Css Color HEX #125A84 Bahama Blue

📋 copy color: '#125A84'

red 18 ◦ green 90 ◦ blue 132

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

Shades of Bahama Blue #125A84

Tints of Bahama Blue #125A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.5%

 BLUE value IS 132 (51.95% from 255) = 55%

R = 7.5%
G = 37.5%
B = 55%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#125A84 (or 0x125A84) is known color: Bahama Blue. HEX triplet: 12, 5A and 84. RGB value is (18,90,132). Sum of RGB (Red+Green+Blue) = 18+90+132=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #125A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125A84 is #EDA57B. Grayscale: #494949. Windows color (decimal): -15574396 or 8673810. OLE color: 8673810.

HSL color Cylindrical-coordinate representation of color #125A84: hue angle of 202.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125A84 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 90 132 -
CMYK 0.86 0.32 0 0.48
HSL 202.11º 0.76% 0.29% -
HSV(B) 202.11º 0.86% 0.52% -
XYZ 8.07 9.11 23.16 -
YUV 73.26 161.15 88.58 -
System Red Green Blue C M Y K H S L
Decimal 18 90 132 0.86 0.32 0 0.48 202.11 0.76 0.29
Hex 12 5A 84 56 20 0 30 CA 4C 1D
Octal 22 132 204 126 40 0 60 312 114 35
Binary 10010 1011010 10000100 1010110 100000 0 110000 11001010 1001100 11101

Color Harmonies of #125A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A84

Black with #125A84

Text Example


Text Example

White with #125A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125A84; }

 p { color: rgb(18,90,132); }

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

background-color css

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

 a { background-color: rgb(18,90,132); }

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

border-color css

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

 span { border-color: rgb(18,90,132); }

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