Html Css Color HEX #125882 Bahama Blue

📋 copy color: '#125882'

red 18 ◦ green 88 ◦ blue 130

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

Shades of Bahama Blue #125882

Tints of Bahama Blue #125882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.29%

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

R = 7.63%
G = 37.29%
B = 55.08%

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

#125882 (or 0x125882) is known color: Bahama Blue. HEX triplet: 12, 58 and 82. RGB value is (18,88,130). Sum of RGB (Red+Green+Blue) = 18+88+130=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #125882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125882 is #EDA77D. Grayscale: #474747. Windows color (decimal): -15574910 or 8542226. OLE color: 8542226.

HSL color Cylindrical-coordinate representation of color #125882: hue angle of 202.5º 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 #125882 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 88 130 -
CMYK 0.86 0.32 0 0.49
HSL 202.5º 0.76% 0.29% -
HSV(B) 202.5º 0.86% 0.51% -
XYZ 7.77 8.72 22.39 -
YUV 71.86 160.81 89.58 -
System Red Green Blue C M Y K H S L
Decimal 18 88 130 0.86 0.32 0 0.49 202.5 0.76 0.29
Hex 12 58 82 56 20 0 31 CA 4C 1D
Octal 22 130 202 126 40 0 61 312 114 35
Binary 10010 1011000 10000010 1010110 100000 0 110001 11001010 1001100 11101

Color Harmonies of #125882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125882

Black with #125882

Text Example


Text Example

White with #125882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125882; }

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

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

background-color css

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

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

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

border-color css

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

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

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