Html Css Color HEX #10598C Bahama Blue

📋 copy color: '#10598C'

red 16 ◦ green 89 ◦ blue 140

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

Shades of Bahama Blue #10598C

Tints of Bahama Blue #10598C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 6.53%
G = 36.33%
B = 57.14%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10598C (or 0x10598C) is known color: Bahama Blue. HEX triplet: 10, 59 and 8C. RGB value is (16,89,140). Sum of RGB (Red+Green+Blue) = 16+89+140=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #10598C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10598C is #EFA673. Grayscale: #484848. Windows color (decimal): -15705716 or 9197840. OLE color: 9197840.

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

Color convert

RGB 16 89 140 -
CMYK 0.89 0.36 0 0.45
HSL 204.68º 0.79% 0.31% -
HSV(B) 204.68º 0.89% 0.55% -
XYZ 8.52 9.15 26.13 -
YUV 72.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 16 89 140 0.89 0.36 0 0.45 204.68 0.79 0.31
Hex 10 59 8C 59 24 0 2D CD 4F 1F
Octal 20 131 214 131 44 0 55 315 117 37
Binary 10000 1011001 10001100 1011001 100100 0 101101 11001101 1001111 11111

Color Harmonies of #10598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10598C

Black with #10598C

Text Example


Text Example

White with #10598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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