Html Css Color HEX #0D6CDF Navy Blue

📋 copy color: '#0D6CDF'

red 13 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #0D6CDF

Tints of Navy Blue #0D6CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 3.78%
G = 31.4%
B = 64.83%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D6CDF (or 0x0D6CDF) is known color: Navy Blue. HEX triplet: 0D, 6C and DF. RGB value is (13,108,223). Sum of RGB (Red+Green+Blue) = 13+108+223=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D6CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6CDF is #F29320. Grayscale: #5C5C5C. Windows color (decimal): -15897377 or 14642189. OLE color: 14642189.

HSL color Cylindrical-coordinate representation of color #0D6CDF: hue angle of 212.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6CDF is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 108 223 -
CMYK 0.94 0.52 0 0.13
HSL 212.86º 0.89% 0.46% -
HSV(B) 212.86º 0.94% 0.87% -
XYZ 18.85 16.14 71.93 -
YUV 92.71 201.53 71.15 -
System Red Green Blue C M Y K H S L
Decimal 13 108 223 0.94 0.52 0 0.13 212.86 0.89 0.46
Hex D 6C DF 5E 34 0 D D5 59 2E
Octal 15 154 337 136 64 0 15 325 131 56
Binary 1101 1101100 11011111 1011110 110100 0 1101 11010101 1011001 101110

Color Harmonies of #0D6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6CDF

Black with #0D6CDF

Text Example


Text Example

White with #0D6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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