Html Css Color HEX #125C84 Bahama Blue

📋 copy color: '#125C84'

red 18 ◦ green 92 ◦ blue 132

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

Shades of Bahama Blue #125C84

Tints of Bahama Blue #125C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

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

R = 7.44%
G = 38.02%
B = 54.55%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#125C84 (or 0x125C84) is known color: Bahama Blue. HEX triplet: 12, 5C and 84. RGB value is (18,92,132). Sum of RGB (Red+Green+Blue) = 18+92+132=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #125C84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125C84 is #EDA37B. Grayscale: #4A4A4A. Windows color (decimal): -15573884 or 8674322. OLE color: 8674322.

HSL color Cylindrical-coordinate representation of color #125C84: hue angle of 201.05º 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 #125C84 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 92 132 -
CMYK 0.86 0.30 0 0.48
HSL 201.05º 0.76% 0.29% -
HSV(B) 201.05º 0.86% 0.52% -
XYZ 8.24 9.45 23.22 -
YUV 74.43 160.48 87.75 -
System Red Green Blue C M Y K H S L
Decimal 18 92 132 0.86 0.30 0 0.48 201.05 0.76 0.29
Hex 12 5C 84 56 1E 0 30 C9 4C 1D
Octal 22 134 204 126 36 0 60 311 114 35
Binary 10010 1011100 10000100 1010110 11110 0 110000 11001001 1001100 11101

Color Harmonies of #125C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C84

Black with #125C84

Text Example


Text Example

White with #125C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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