Html Css Color HEX #125782 Bahama Blue

📋 copy color: '#125782'

red 18 ◦ green 87 ◦ blue 130

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

Shades of Bahama Blue #125782

Tints of Bahama Blue #125782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.02%

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

R = 7.66%
G = 37.02%
B = 55.32%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#125782 (or 0x125782) is known color: Bahama Blue. HEX triplet: 12, 57 and 82. RGB value is (18,87,130). Sum of RGB (Red+Green+Blue) = 18+87+130=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #125782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125782 is #EDA87D. Grayscale: #474747. Windows color (decimal): -15575166 or 8541970. OLE color: 8541970.

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

Color convert

RGB 18 87 130 -
CMYK 0.86 0.33 0 0.49
HSL 203.04º 0.76% 0.29% -
HSV(B) 203.04º 0.86% 0.51% -
XYZ 7.69 8.56 22.37 -
YUV 71.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 18 87 130 0.86 0.33 0 0.49 203.04 0.76 0.29
Hex 12 57 82 56 21 0 31 CB 4C 1D
Octal 22 127 202 126 41 0 61 313 114 35
Binary 10010 1010111 10000010 1010110 100001 0 110001 11001011 1001100 11101

Color Harmonies of #125782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125782

Black with #125782

Text Example


Text Example

White with #125782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125782; }

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

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

background-color css

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

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

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

border-color css

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

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

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