Html Css Color HEX #125881 Bahama Blue

📋 copy color: '#125881'

red 18 ◦ green 88 ◦ blue 129

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

Shades of Bahama Blue #125881

Tints of Bahama Blue #125881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 54.89%

R = 7.66%
G = 37.45%
B = 54.89%

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

#125881 (or 0x125881) is known color: Bahama Blue. HEX triplet: 12, 58 and 81. RGB value is (18,88,129). Sum of RGB (Red+Green+Blue) = 18+88+129=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #125881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125881 is #EDA77E. Grayscale: #474747. Windows color (decimal): -15574911 or 8476690. OLE color: 8476690.

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

Color convert

RGB 18 88 129 -
CMYK 0.86 0.32 0 0.49
HSL 202.16º 0.76% 0.29% -
HSV(B) 202.16º 0.86% 0.51% -
XYZ 7.7 8.69 22.04 -
YUV 71.74 160.31 89.67 -
System Red Green Blue C M Y K H S L
Decimal 18 88 129 0.86 0.32 0 0.49 202.16 0.76 0.29
Hex 12 58 81 56 20 0 31 CA 4C 1D
Octal 22 130 201 126 40 0 61 312 114 35
Binary 10010 1011000 10000001 1010110 100000 0 110001 11001010 1001100 11101

Color Harmonies of #125881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125881

Black with #125881

Text Example


Text Example

White with #125881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125881; }

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

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

background-color css

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

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

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

border-color css

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

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

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