Html Css Color HEX #0D86DD Navy Blue

📋 copy color: '#0D86DD'

red 13 ◦ green 134 ◦ blue 221

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

Shades of Navy Blue #0D86DD

Tints of Navy Blue #0D86DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 3.53%
G = 36.41%
B = 60.05%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D86DD (or 0x0D86DD) is known color: Navy Blue. HEX triplet: 0D, 86 and DD. RGB value is (13,134,221). Sum of RGB (Red+Green+Blue) = 13+134+221=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D86DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D86DD is #F27922. Grayscale: #6B6B6B. Windows color (decimal): -15890723 or 14517773. OLE color: 14517773.

HSL color Cylindrical-coordinate representation of color #0D86DD: hue angle of 205.1º 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 #0D86DD is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 134 221 -
CMYK 0.94 0.39 0 0.13
HSL 205.1º 0.89% 0.46% -
HSV(B) 205.1º 0.94% 0.87% -
XYZ 21.74 22.36 71.58 -
YUV 107.74 191.91 60.43 -
System Red Green Blue C M Y K H S L
Decimal 13 134 221 0.94 0.39 0 0.13 205.1 0.89 0.46
Hex D 86 DD 5E 27 0 D CD 59 2E
Octal 15 206 335 136 47 0 15 315 131 56
Binary 1101 10000110 11011101 1011110 100111 0 1101 11001101 1011001 101110

Color Harmonies of #0D86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D86DD

Black with #0D86DD

Text Example


Text Example

White with #0D86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,134,221); }

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

background-color css

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

 a { background-color: rgb(13,134,221); }

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

border-color css

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

 span { border-color: rgb(13,134,221); }

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