Html Css Color HEX #0F5F90 Bahama Blue

📋 copy color: '#0F5F90'

red 15 ◦ green 95 ◦ blue 144

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

Shades of Bahama Blue #0F5F90

Tints of Bahama Blue #0F5F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.4%

 BLUE value IS 144 (56.64% from 255) = 56.69%

R = 5.91%
G = 37.4%
B = 56.69%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F5F90 (or 0x0F5F90) is known color: Bahama Blue. HEX triplet: 0F, 5F and 90. RGB value is (15,95,144). Sum of RGB (Red+Green+Blue) = 15+95+144=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #0F5F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5F90 is #F0A06F. Grayscale: #4C4C4C. Windows color (decimal): -15769712 or 9461519. OLE color: 9461519.

HSL color Cylindrical-coordinate representation of color #0F5F90: hue angle of 202.79º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5F90 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 95 144 -
CMYK 0.90 0.34 0 0.44
HSL 202.79º 0.81% 0.31% -
HSV(B) 202.79º 0.9% 0.56% -
XYZ 9.32 10.3 27.88 -
YUV 76.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 15 95 144 0.90 0.34 0 0.44 202.79 0.81 0.31
Hex F 5F 90 5A 22 0 2C CB 51 1F
Octal 17 137 220 132 42 0 54 313 121 37
Binary 1111 1011111 10010000 1011010 100010 0 101100 11001011 1010001 11111

Color Harmonies of #0F5F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5F90

Black with #0F5F90

Text Example


Text Example

White with #0F5F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,95,144); }

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

background-color css

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

 a { background-color: rgb(15,95,144); }

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

border-color css

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

 span { border-color: rgb(15,95,144); }

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