Html Css Color HEX #0D6295 Endeavour

📋 copy color: '#0D6295'

red 13 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #0D6295

Tints of Endeavour #0D6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.69%

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

R = 5%
G = 37.69%
B = 57.31%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D6295 (or 0x0D6295) is known color: Endeavour. HEX triplet: 0D, 62 and 95. RGB value is (13,98,149). Sum of RGB (Red+Green+Blue) = 13+98+149=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D6295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6295 is #F29D6A. Grayscale: #4E4E4E. Windows color (decimal): -15900011 or 9789965. OLE color: 9789965.

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

Color convert

RGB 13 98 149 -
CMYK 0.91 0.34 0 0.42
HSL 202.5º 0.84% 0.32% -
HSV(B) 202.5º 0.91% 0.58% -
XYZ 9.96 10.99 30.03 -
YUV 78.4 167.84 81.35 -
System Red Green Blue C M Y K H S L
Decimal 13 98 149 0.91 0.34 0 0.42 202.5 0.84 0.32
Hex D 62 95 5B 22 0 2A CA 54 20
Octal 15 142 225 133 42 0 52 312 124 40
Binary 1101 1100010 10010101 1011011 100010 0 101010 11001010 1010100 100000

Color Harmonies of #0D6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6295

Black with #0D6295

Text Example


Text Example

White with #0D6295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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