Html Css Color HEX #0D5895 Endeavour

📋 copy color: '#0D5895'

red 13 ◦ green 88 ◦ blue 149

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

Shades of Endeavour #0D5895

Tints of Endeavour #0D5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 5.2%
G = 35.2%
B = 59.6%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D5895 (or 0x0D5895) is known color: Endeavour. HEX triplet: 0D, 58 and 95. RGB value is (13,88,149). Sum of RGB (Red+Green+Blue) = 13+88+149=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D5895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5895 is #F2A76A. Grayscale: #484848. Windows color (decimal): -15902571 or 9787405. OLE color: 9787405.

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

Color convert

RGB 13 88 149 -
CMYK 0.91 0.41 0 0.42
HSL 206.91º 0.84% 0.32% -
HSV(B) 206.91º 0.91% 0.58% -
XYZ 9.08 9.23 29.74 -
YUV 72.53 171.15 85.54 -
System Red Green Blue C M Y K H S L
Decimal 13 88 149 0.91 0.41 0 0.42 206.91 0.84 0.32
Hex D 58 95 5B 29 0 2A CF 54 20
Octal 15 130 225 133 51 0 52 317 124 40
Binary 1101 1011000 10010101 1011011 101001 0 101010 11001111 1010100 100000

Color Harmonies of #0D5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5895

Black with #0D5895

Text Example


Text Example

White with #0D5895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,88,149); }

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

background-color css

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

 a { background-color: rgb(13,88,149); }

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

border-color css

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

 span { border-color: rgb(13,88,149); }

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