Html Css Color HEX #125683 Bahama Blue

📋 copy color: '#125683'

red 18 ◦ green 86 ◦ blue 131

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

Shades of Bahama Blue #125683

Tints of Bahama Blue #125683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.6%

 BLUE value IS 131 (51.56% from 255) = 55.74%

R = 7.66%
G = 36.6%
B = 55.74%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#125683 (or 0x125683) is known color: Bahama Blue. HEX triplet: 12, 56 and 83. RGB value is (18,86,131). Sum of RGB (Red+Green+Blue) = 18+86+131=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #125683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125683 is #EDA97C. Grayscale: #464646. Windows color (decimal): -15575421 or 8607250. OLE color: 8607250.

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

Color convert

RGB 18 86 131 -
CMYK 0.86 0.34 0 0.49
HSL 203.89º 0.76% 0.29% -
HSV(B) 203.89º 0.86% 0.51% -
XYZ 7.67 8.42 22.69 -
YUV 70.8 161.97 90.34 -
System Red Green Blue C M Y K H S L
Decimal 18 86 131 0.86 0.34 0 0.49 203.89 0.76 0.29
Hex 12 56 83 56 22 0 31 CC 4C 1D
Octal 22 126 203 126 42 0 61 314 114 35
Binary 10010 1010110 10000011 1010110 100010 0 110001 11001100 1001100 11101

Color Harmonies of #125683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125683

Black with #125683

Text Example


Text Example

White with #125683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125683; }

 p { color: rgb(18,86,131); }

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

background-color css

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

 a { background-color: rgb(18,86,131); }

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

border-color css

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

 span { border-color: rgb(18,86,131); }

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