Html Css Color HEX #10608B Bahama Blue

📋 copy color: '#10608B'

red 16 ◦ green 96 ◦ blue 139

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

Shades of Bahama Blue #10608B

Tints of Bahama Blue #10608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.25%

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

R = 6.37%
G = 38.25%
B = 55.38%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10608B (or 0x10608B) is known color: Bahama Blue. HEX triplet: 10, 60 and 8B. RGB value is (16,96,139). Sum of RGB (Red+Green+Blue) = 16+96+139=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #10608B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10608B is #EF9F74. Grayscale: #4C4C4C. Windows color (decimal): -15703925 or 9134096. OLE color: 9134096.

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

Color convert

RGB 16 96 139 -
CMYK 0.88 0.31 0 0.45
HSL 200.98º 0.79% 0.3% -
HSV(B) 200.98º 0.88% 0.55% -
XYZ 9.06 10.34 25.94 -
YUV 76.98 163 84.5 -
System Red Green Blue C M Y K H S L
Decimal 16 96 139 0.88 0.31 0 0.45 200.98 0.79 0.3
Hex 10 60 8B 58 1F 0 2D C9 4F 1E
Octal 20 140 213 130 37 0 55 311 117 36
Binary 10000 1100000 10001011 1011000 11111 0 101101 11001001 1001111 11110

Color Harmonies of #10608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10608B

Black with #10608B

Text Example


Text Example

White with #10608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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