Html Css Color HEX #0D6297 Endeavour

📋 copy color: '#0D6297'

red 13 ◦ green 98 ◦ blue 151

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

Shades of Endeavour #0D6297

Tints of Endeavour #0D6297

RGB

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

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

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

R = 4.96%
G = 37.4%
B = 57.63%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0D6297 (or 0x0D6297) is known color: Endeavour. HEX triplet: 0D, 62 and 97. RGB value is (13,98,151). Sum of RGB (Red+Green+Blue) = 13+98+151=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D6297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6297 is #F29D68. Grayscale: #4E4E4E. Windows color (decimal): -15900009 or 9921037. OLE color: 9921037.

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

Color convert

RGB 13 98 151 -
CMYK 0.91 0.35 0 0.41
HSL 203.04º 0.84% 0.32% -
HSV(B) 203.04º 0.91% 0.59% -
XYZ 10.12 11.06 30.88 -
YUV 78.63 168.84 81.19 -
System Red Green Blue C M Y K H S L
Decimal 13 98 151 0.91 0.35 0 0.41 203.04 0.84 0.32
Hex D 62 97 5B 23 0 29 CB 54 20
Octal 15 142 227 133 43 0 51 313 124 40
Binary 1101 1100010 10010111 1011011 100011 0 101001 11001011 1010100 100000

Color Harmonies of #0D6297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6297

Black with #0D6297

Text Example


Text Example

White with #0D6297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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