Html Css Color HEX #125982 Bahama Blue

📋 copy color: '#125982'

red 18 ◦ green 89 ◦ blue 130

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

Shades of Bahama Blue #125982

Tints of Bahama Blue #125982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.55%

 BLUE value IS 130 (51.17% from 255) = 54.85%

R = 7.59%
G = 37.55%
B = 54.85%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#125982 (or 0x125982) is known color: Bahama Blue. HEX triplet: 12, 59 and 82. RGB value is (18,89,130). Sum of RGB (Red+Green+Blue) = 18+89+130=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #125982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125982 is #EDA67D. Grayscale: #484848. Windows color (decimal): -15574654 or 8542482. OLE color: 8542482.

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

Color convert

RGB 18 89 130 -
CMYK 0.86 0.32 0 0.49
HSL 201.96º 0.76% 0.29% -
HSV(B) 201.96º 0.86% 0.51% -
XYZ 7.85 8.89 22.42 -
YUV 72.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 18 89 130 0.86 0.32 0 0.49 201.96 0.76 0.29
Hex 12 59 82 56 20 0 31 CA 4C 1D
Octal 22 131 202 126 40 0 61 312 114 35
Binary 10010 1011001 10000010 1010110 100000 0 110001 11001010 1001100 11101

Color Harmonies of #125982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125982

Black with #125982

Text Example


Text Example

White with #125982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125982; }

 p { color: rgb(18,89,130); }

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

background-color css

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

 a { background-color: rgb(18,89,130); }

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

border-color css

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

 span { border-color: rgb(18,89,130); }

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