Html Css Color HEX #0D6099 Endeavour

📋 copy color: '#0D6099'

red 13 ◦ green 96 ◦ blue 153

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

Shades of Endeavour #0D6099

Tints of Endeavour #0D6099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 4.96%
G = 36.64%
B = 58.4%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0D6099 (or 0x0D6099) is known color: Endeavour. HEX triplet: 0D, 60 and 99. RGB value is (13,96,153). Sum of RGB (Red+Green+Blue) = 13+96+153=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D6099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6099 is #F29F66. Grayscale: #4D4D4D. Windows color (decimal): -15900519 or 10051597. OLE color: 10051597.

HSL color Cylindrical-coordinate representation of color #0D6099: hue angle of 204.43º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D6099 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 13 96 153 -
CMYK 0.92 0.37 0 0.4
HSL 204.43º 0.84% 0.33% -
HSV(B) 204.43º 0.92% 0.6% -
XYZ 10.1 10.75 31.68 -
YUV 77.68 170.5 81.87 -
System Red Green Blue C M Y K H S L
Decimal 13 96 153 0.92 0.37 0 0.4 204.43 0.84 0.33
Hex D 60 99 5C 25 0 28 CC 54 21
Octal 15 140 231 134 45 0 50 314 124 41
Binary 1101 1100000 10011001 1011100 100101 0 101000 11001100 1010100 100001

Color Harmonies of #0D6099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6099

Black with #0D6099

Text Example


Text Example

White with #0D6099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,96,153); }

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

background-color css

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

 a { background-color: rgb(13,96,153); }

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

border-color css

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

 span { border-color: rgb(13,96,153); }

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