Html Css Color HEX #0D6CCF Navy Blue

📋 copy color: '#0D6CCF'

red 13 ◦ green 108 ◦ blue 207

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

Shades of Navy Blue #0D6CCF

Tints of Navy Blue #0D6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.93%

 BLUE value IS 207 (81.25% from 255) = 63.11%

R = 3.96%
G = 32.93%
B = 63.11%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0D6CCF (or 0x0D6CCF) is known color: Navy Blue. HEX triplet: 0D, 6C and CF. RGB value is (13,108,207). Sum of RGB (Red+Green+Blue) = 13+108+207=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D6CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6CCF is #F29330. Grayscale: #5A5A5A. Windows color (decimal): -15897393 or 13593613. OLE color: 13593613.

HSL color Cylindrical-coordinate representation of color #0D6CCF: hue angle of 210.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6CCF is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 108 207 -
CMYK 0.94 0.48 0 0.19
HSL 210.62º 0.88% 0.43% -
HSV(B) 210.62º 0.94% 0.81% -
XYZ 16.79 15.32 61.1 -
YUV 90.88 193.53 72.45 -
System Red Green Blue C M Y K H S L
Decimal 13 108 207 0.94 0.48 0 0.19 210.62 0.88 0.43
Hex D 6C CF 5E 30 0 13 D3 58 2B
Octal 15 154 317 136 60 0 23 323 130 53
Binary 1101 1101100 11001111 1011110 110000 0 10011 11010011 1011000 101011

Color Harmonies of #0D6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6CCF

Black with #0D6CCF

Text Example


Text Example

White with #0D6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,108,207); }

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

background-color css

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

 a { background-color: rgb(13,108,207); }

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

border-color css

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

 span { border-color: rgb(13,108,207); }

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