#0D5C97

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

Shades of Endeavour #0D5C97

Tints of Endeavour #0D5C97

Color information

#0D5C97 (or 0x0D5C97) is unknown color: approx Endeavour. HEX triplet: 0D, 5C and 97. RGB value is (13,92,151). Sum of RGB (Red+Green+Blue) = 13+92+151=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D5C97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5C97 is #F2A368. Grayscale: #4A4A4A. Windows color (decimal): -15901545 or 9919501. OLE color: 9919501.

HSL color Cylindrical-coordinate representation of color #0D5C97: hue angle of 205.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D5C97 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1392151-
CMYK0.910.3900.41
HSL205.65º84.15%32.16%-
HSV(B)205.65º91.39%59.22%-
XYZ9.589.9730.7-
YUV75.1170.8383.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.08%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 151 (59.38% from 255) = 58.98%
R=5.08%
G=35.94%
B=58.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13921510.910.3900.41205.6584.1532.16
HexD5C975B27029ce5420
Octal151342271334705131612440
Binary110110111001001011110110111001110101001110011101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,92,151); }

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

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

 a { background-color: rgb(13,92,151); }

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

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

 span { border-color: rgb(13,92,151); }

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