Html Css Color HEX #0D6EC1 Denim

📋 copy color: '#0D6EC1'

red 13 ◦ green 110 ◦ blue 193

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

Shades of Denim #0D6EC1

Tints of Denim #0D6EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 193 (75.78% from 255) = 61.08%

R = 4.11%
G = 34.81%
B = 61.08%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0D6EC1 (or 0x0D6EC1) is known color: Denim. HEX triplet: 0D, 6E and C1. RGB value is (13,110,193). Sum of RGB (Red+Green+Blue) = 13+110+193=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #0D6EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6EC1 is #F2913E. Grayscale: #5A5A5A. Windows color (decimal): -15896895 or 12676621. OLE color: 12676621.

HSL color Cylindrical-coordinate representation of color #0D6EC1: hue angle of 207.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D6EC1 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 110 193 -
CMYK 0.93 0.43 0 0.24
HSL 207.67º 0.87% 0.4% -
HSV(B) 207.67º 0.93% 0.76% -
XYZ 15.37 15.09 52.55 -
YUV 90.46 185.86 72.75 -
System Red Green Blue C M Y K H S L
Decimal 13 110 193 0.93 0.43 0 0.24 207.67 0.87 0.4
Hex D 6E C1 5D 2B 0 18 D0 57 28
Octal 15 156 301 135 53 0 30 320 127 50
Binary 1101 1101110 11000001 1011101 101011 0 11000 11010000 1010111 101000

Color Harmonies of #0D6EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6EC1

Black with #0D6EC1

Text Example


Text Example

White with #0D6EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,110,193); }

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

background-color css

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

 a { background-color: rgb(13,110,193); }

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

border-color css

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

 span { border-color: rgb(13,110,193); }

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