Html Css Color HEX #0F598C Bahama Blue

📋 copy color: '#0F598C'

red 15 ◦ green 89 ◦ blue 140

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

Shades of Bahama Blue #0F598C

Tints of Bahama Blue #0F598C

RGB

 RED value IS 15 (6.25% from 255) = 6.15%

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

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

R = 6.15%
G = 36.48%
B = 57.38%

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

#0F598C (or 0x0F598C) is known color: Bahama Blue. HEX triplet: 0F, 59 and 8C. RGB value is (15,89,140). Sum of RGB (Red+Green+Blue) = 15+89+140=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F598C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F598C is #F0A673. Grayscale: #484848. Windows color (decimal): -15771252 or 9197839. OLE color: 9197839.

HSL color Cylindrical-coordinate representation of color #0F598C: hue angle of 204.48º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F598C is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 89 140 -
CMYK 0.89 0.36 0 0.45
HSL 204.48º 0.81% 0.3% -
HSV(B) 204.48º 0.89% 0.55% -
XYZ 8.5 9.14 26.13 -
YUV 72.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 15 89 140 0.89 0.36 0 0.45 204.48 0.81 0.3
Hex F 59 8C 59 24 0 2D CC 51 1E
Octal 17 131 214 131 44 0 55 314 121 36
Binary 1111 1011001 10001100 1011001 100100 0 101101 11001100 1010001 11110

Color Harmonies of #0F598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F598C

Black with #0F598C

Text Example


Text Example

White with #0F598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F598C; }

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

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

background-color css

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

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

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

border-color css

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

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

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