Html Css Color HEX #0D7DC6 Navy Blue

📋 copy color: '#0D7DC6'

red 13 ◦ green 125 ◦ blue 198

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

Shades of Navy Blue #0D7DC6

Tints of Navy Blue #0D7DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.2%

 BLUE value IS 198 (77.73% from 255) = 58.93%

R = 3.87%
G = 37.2%
B = 58.93%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0D7DC6 (or 0x0D7DC6) is known color: Navy Blue. HEX triplet: 0D, 7D and C6. RGB value is (13,125,198). Sum of RGB (Red+Green+Blue) = 13+125+198=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #0D7DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7DC6 is #F28239. Grayscale: #636363. Windows color (decimal): -15893050 or 13008141. OLE color: 13008141.

HSL color Cylindrical-coordinate representation of color #0D7DC6: hue angle of 203.68º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7DC6 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 125 198 -
CMYK 0.93 0.37 0 0.22
HSL 203.68º 0.88% 0.41% -
HSV(B) 203.68º 0.93% 0.78% -
XYZ 17.69 18.83 56.13 -
YUV 99.83 183.39 66.06 -
System Red Green Blue C M Y K H S L
Decimal 13 125 198 0.93 0.37 0 0.22 203.68 0.88 0.41
Hex D 7D C6 5D 25 0 16 CC 58 29
Octal 15 175 306 135 45 0 26 314 130 51
Binary 1101 1111101 11000110 1011101 100101 0 10110 11001100 1011000 101001

Color Harmonies of #0D7DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7DC6

Black with #0D7DC6

Text Example


Text Example

White with #0D7DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,125,198); }

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

background-color css

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

 a { background-color: rgb(13,125,198); }

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

border-color css

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

 span { border-color: rgb(13,125,198); }

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