Html Css Color HEX #10588D Bahama Blue

📋 copy color: '#10588D'

red 16 ◦ green 88 ◦ blue 141

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

Shades of Bahama Blue #10588D

Tints of Bahama Blue #10588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.55%

R = 6.53%
G = 35.92%
B = 57.55%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10588D (or 0x10588D) is known color: Bahama Blue. HEX triplet: 10, 58 and 8D. RGB value is (16,88,141). Sum of RGB (Red+Green+Blue) = 16+88+141=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #10588D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10588D is #EFA772. Grayscale: #484848. Windows color (decimal): -15705971 or 9263120. OLE color: 9263120.

HSL color Cylindrical-coordinate representation of color #10588D: hue angle of 205.44º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10588D is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 88 141 -
CMYK 0.89 0.38 0 0.45
HSL 205.44º 0.8% 0.31% -
HSV(B) 205.44º 0.89% 0.55% -
XYZ 8.51 9.01 26.49 -
YUV 72.51 166.65 87.69 -
System Red Green Blue C M Y K H S L
Decimal 16 88 141 0.89 0.38 0 0.45 205.44 0.8 0.31
Hex 10 58 8D 59 26 0 2D CD 50 1F
Octal 20 130 215 131 46 0 55 315 120 37
Binary 10000 1011000 10001101 1011001 100110 0 101101 11001101 1010000 11111

Color Harmonies of #10588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10588D

Black with #10588D

Text Example


Text Example

White with #10588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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