Html Css Color HEX #096093 Bahama Blue

📋 copy color: '#096093'

red 9 ◦ green 96 ◦ blue 147

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

Shades of Bahama Blue #096093

Tints of Bahama Blue #096093

RGB

 RED value IS 9 (3.91% from 255) = 3.57%

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

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 3.57%
G = 38.1%
B = 58.33%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#096093 (or 0x096093) is known color: Bahama Blue. HEX triplet: 09, 60 and 93. RGB value is (9,96,147). Sum of RGB (Red+Green+Blue) = 9+96+147=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #096093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096093 is #F69F6C. Grayscale: #4B4B4B. Windows color (decimal): -16162669 or 9658377. OLE color: 9658377.

HSL color Cylindrical-coordinate representation of color #096093: hue angle of 202.17º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096093 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 96 147 -
CMYK 0.94 0.35 0 0.42
HSL 202.17º 0.88% 0.31% -
HSV(B) 202.17º 0.94% 0.58% -
XYZ 9.56 10.53 29.13 -
YUV 75.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 9 96 147 0.94 0.35 0 0.42 202.17 0.88 0.31
Hex 9 60 93 5E 23 0 2A CA 58 1F
Octal 11 140 223 136 43 0 52 312 130 37
Binary 1001 1100000 10010011 1011110 100011 0 101010 11001010 1011000 11111

Color Harmonies of #096093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096093

Black with #096093

Text Example


Text Example

White with #096093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096093; }

 p { color: rgb(9,96,147); }

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

background-color css

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

 a { background-color: rgb(9,96,147); }

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

border-color css

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

 span { border-color: rgb(9,96,147); }

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