Html Css Color HEX #125888 Bahama Blue

📋 copy color: '#125888'

red 18 ◦ green 88 ◦ blue 136

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

Shades of Bahama Blue #125888

Tints of Bahama Blue #125888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 7.44%
G = 36.36%
B = 56.2%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#125888 (or 0x125888) is known color: Bahama Blue. HEX triplet: 12, 58 and 88. RGB value is (18,88,136). Sum of RGB (Red+Green+Blue) = 18+88+136=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #125888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125888 is #EDA777. Grayscale: #484848. Windows color (decimal): -15574904 or 8935442. OLE color: 8935442.

HSL color Cylindrical-coordinate representation of color #125888: hue angle of 204.41º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125888 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 88 136 -
CMYK 0.87 0.35 0 0.47
HSL 204.41º 0.77% 0.3% -
HSV(B) 204.41º 0.87% 0.53% -
XYZ 8.18 8.89 24.58 -
YUV 72.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 18 88 136 0.87 0.35 0 0.47 204.41 0.77 0.3
Hex 12 58 88 57 23 0 2F CC 4D 1E
Octal 22 130 210 127 43 0 57 314 115 36
Binary 10010 1011000 10001000 1010111 100011 0 101111 11001100 1001101 11110

Color Harmonies of #125888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125888

Black with #125888

Text Example


Text Example

White with #125888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125888; }

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

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

background-color css

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

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

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

border-color css

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

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

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