Html Css Color HEX #10598B Bahama Blue

📋 copy color: '#10598B'

red 16 ◦ green 89 ◦ blue 139

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

Shades of Bahama Blue #10598B

Tints of Bahama Blue #10598B

RGB

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

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

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

R = 6.56%
G = 36.48%
B = 56.97%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10598B (or 0x10598B) is known color: Bahama Blue. HEX triplet: 10, 59 and 8B. RGB value is (16,89,139). Sum of RGB (Red+Green+Blue) = 16+89+139=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #10598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10598B is #EFA674. Grayscale: #484848. Windows color (decimal): -15705717 or 9132304. OLE color: 9132304.

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

Color convert

RGB 16 89 139 -
CMYK 0.88 0.36 0 0.45
HSL 204.39º 0.79% 0.3% -
HSV(B) 204.39º 0.88% 0.55% -
XYZ 8.45 9.12 25.74 -
YUV 72.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 16 89 139 0.88 0.36 0 0.45 204.39 0.79 0.3
Hex 10 59 8B 58 24 0 2D CC 4F 1E
Octal 20 131 213 130 44 0 55 314 117 36
Binary 10000 1011001 10001011 1011000 100100 0 101101 11001100 1001111 11110

Color Harmonies of #10598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10598B

Black with #10598B

Text Example


Text Example

White with #10598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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