#0D5F90

Color #0D5F90 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #0D5F90

Tints of Bahama Blue #0D5F90

Color information

#0D5F90 (or 0x0D5F90) is unknown color: approx Bahama Blue. HEX triplet: 0D, 5F and 90. RGB value is (13,95,144). Sum of RGB (Red+Green+Blue) = 13+95+144=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D5F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5F90 is #F2A06F. Grayscale: #4B4B4B. Windows color (decimal): -15900784 or 9461517. OLE color: 9461517.

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

Color convert

RGB1395144-
CMYK0.910.3400.44
HSL202.44º83.44%30.78%-
HSV(B)202.44º90.97%56.47%-
XYZ9.2910.2827.88-
YUV76.07166.3383.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.16%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 144 (56.64% from 255) = 57.14%
R=5.16%
G=37.70%
B=57.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13951440.910.3400.44202.4483.4430.78
HexD5F905B2202Cca531f
Octal151372201334205431212337
Binary11011011111100100001011011100010010110011001010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D5F90;
 }
 .AnyTagClassName
 {
   color: #0D5F90;
 }
</style>
background-color css

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

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

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

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

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

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