Html Css Color HEX #10588B Bahama Blue

📋 copy color: '#10588B'

red 16 ◦ green 88 ◦ blue 139

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

Shades of Bahama Blue #10588B

Tints of Bahama Blue #10588B

RGB

 RED value IS 16 (6.64% from 255) = 6.58%

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

 BLUE value IS 139 (54.69% from 255) = 57.2%

R = 6.58%
G = 36.21%
B = 57.2%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10588B (or 0x10588B) is known color: Bahama Blue. HEX triplet: 10, 58 and 8B. RGB value is (16,88,139). Sum of RGB (Red+Green+Blue) = 16+88+139=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #10588B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10588B is #EFA774. Grayscale: #484848. Windows color (decimal): -15705973 or 9132048. OLE color: 9132048.

HSL color Cylindrical-coordinate representation of color #10588B: hue angle of 204.88º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10588B is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 88 139 -
CMYK 0.88 0.37 0 0.45
HSL 204.88º 0.79% 0.3% -
HSV(B) 204.88º 0.88% 0.55% -
XYZ 8.36 8.95 25.71 -
YUV 72.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 16 88 139 0.88 0.37 0 0.45 204.88 0.79 0.3
Hex 10 58 8B 58 25 0 2D CD 4F 1E
Octal 20 130 213 130 45 0 55 315 117 36
Binary 10000 1011000 10001011 1011000 100101 0 101101 11001101 1001111 11110

Color Harmonies of #10588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10588B

Black with #10588B

Text Example


Text Example

White with #10588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10588B; }

 p { color: rgb(16,88,139); }

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

background-color css

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

 a { background-color: rgb(16,88,139); }

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

border-color css

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

 span { border-color: rgb(16,88,139); }

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