Html Css Color HEX #0D5997 Endeavour

📋 copy color: '#0D5997'

red 13 ◦ green 89 ◦ blue 151

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

Shades of Endeavour #0D5997

Tints of Endeavour #0D5997

RGB

 RED value IS 13 (5.47% from 255) = 5.14%

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

 BLUE value IS 151 (59.38% from 255) = 59.68%

R = 5.14%
G = 35.18%
B = 59.68%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0D5997 (or 0x0D5997) is known color: Endeavour. HEX triplet: 0D, 59 and 97. RGB value is (13,89,151). Sum of RGB (Red+Green+Blue) = 13+89+151=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D5997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5997 is #F2A668. Grayscale: #494949. Windows color (decimal): -15902313 or 9918733. OLE color: 9918733.

HSL color Cylindrical-coordinate representation of color #0D5997: hue angle of 206.96º 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 #0D5997 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 13 89 151 -
CMYK 0.91 0.41 0 0.41
HSL 206.96º 0.84% 0.32% -
HSV(B) 206.96º 0.91% 0.59% -
XYZ 9.32 9.46 30.61 -
YUV 73.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 13 89 151 0.91 0.41 0 0.41 206.96 0.84 0.32
Hex D 59 97 5B 29 0 29 CF 54 20
Octal 15 131 227 133 51 0 51 317 124 40
Binary 1101 1011001 10010111 1011011 101001 0 101001 11001111 1010100 100000

Color Harmonies of #0D5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5997

Black with #0D5997

Text Example


Text Example

White with #0D5997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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