#0D5B93

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

Shades of Endeavour #0D5B93

Tints of Endeavour #0D5B93

Color information

#0D5B93 (or 0x0D5B93) is unknown color: approx Endeavour. HEX triplet: 0D, 5B and 93. RGB value is (13,91,147). Sum of RGB (Red+Green+Blue) = 13+91+147=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D5B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5B93 is #F2A46C. Grayscale: #494949. Windows color (decimal): -15901805 or 9657101. OLE color: 9657101.

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

Color convert

RGB1391147-
CMYK0.910.3800.42
HSL205.07º83.75%31.37%-
HSV(B)205.07º91.16%57.65%-
XYZ9.179.6728.99-
YUV74.06169.1684.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.18%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=5.18%
G=36.25%
B=58.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13911470.910.3800.42205.0783.7531.37
HexD5B935B2602Acd541f
Octal151332231334605231512437
Binary11011011011100100111011011100110010101011001101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,91,147); }

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

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

 a { background-color: rgb(13,91,147); }

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

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

 span { border-color: rgb(13,91,147); }

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