Html Css Color HEX #10598D Bahama Blue

📋 copy color: '#10598D'

red 16 ◦ green 89 ◦ blue 141

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

Shades of Bahama Blue #10598D

Tints of Bahama Blue #10598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

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

R = 6.5%
G = 36.18%
B = 57.32%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10598D (or 0x10598D) is known color: Bahama Blue. HEX triplet: 10, 59 and 8D. RGB value is (16,89,141). Sum of RGB (Red+Green+Blue) = 16+89+141=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #10598D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10598D is #EFA672. Grayscale: #484848. Windows color (decimal): -15705715 or 9263376. OLE color: 9263376.

HSL color Cylindrical-coordinate representation of color #10598D: hue angle of 204.96º 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 #10598D is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 89 141 -
CMYK 0.89 0.37 0 0.45
HSL 204.96º 0.8% 0.31% -
HSV(B) 204.96º 0.89% 0.55% -
XYZ 8.59 9.18 26.52 -
YUV 73.1 166.32 87.27 -
System Red Green Blue C M Y K H S L
Decimal 16 89 141 0.89 0.37 0 0.45 204.96 0.8 0.31
Hex 10 59 8D 59 25 0 2D CD 50 1F
Octal 20 131 215 131 45 0 55 315 120 37
Binary 10000 1011001 10001101 1011001 100101 0 101101 11001101 1010000 11111

Color Harmonies of #10598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10598D

Black with #10598D

Text Example


Text Example

White with #10598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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