Html Css Color HEX #10598E Bahama Blue

📋 copy color: '#10598E'

red 16 ◦ green 89 ◦ blue 142

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

Shades of Bahama Blue #10598E

Tints of Bahama Blue #10598E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 57.49%

R = 6.48%
G = 36.03%
B = 57.49%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10598E (or 0x10598E) is known color: Bahama Blue. HEX triplet: 10, 59 and 8E. RGB value is (16,89,142). Sum of RGB (Red+Green+Blue) = 16+89+142=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #10598E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10598E is #EFA671. Grayscale: #484848. Windows color (decimal): -15705714 or 9328912. OLE color: 9328912.

HSL color Cylindrical-coordinate representation of color #10598E: hue angle of 205.24º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10598E is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 89 142 -
CMYK 0.89 0.37 0 0.44
HSL 205.24º 0.8% 0.31% -
HSV(B) 205.24º 0.89% 0.56% -
XYZ 8.67 9.21 26.91 -
YUV 73.22 166.82 87.19 -
System Red Green Blue C M Y K H S L
Decimal 16 89 142 0.89 0.37 0 0.44 205.24 0.8 0.31
Hex 10 59 8E 59 25 0 2C CD 50 1F
Octal 20 131 216 131 45 0 54 315 120 37
Binary 10000 1011001 10001110 1011001 100101 0 101100 11001101 1010000 11111

Color Harmonies of #10598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10598E

Black with #10598E

Text Example


Text Example

White with #10598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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