Html Css Color HEX #0D7FDD Navy Blue

📋 copy color: '#0D7FDD'

red 13 ◦ green 127 ◦ blue 221

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

Shades of Navy Blue #0D7FDD

Tints of Navy Blue #0D7FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

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

R = 3.6%
G = 35.18%
B = 61.22%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D7FDD (or 0x0D7FDD) is known color: Navy Blue. HEX triplet: 0D, 7F and DD. RGB value is (13,127,221). Sum of RGB (Red+Green+Blue) = 13+127+221=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D7FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7FDD is #F28022. Grayscale: #676767. Windows color (decimal): -15892515 or 14515981. OLE color: 14515981.

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

Color convert

RGB 13 127 221 -
CMYK 0.94 0.43 0 0.13
HSL 207.12º 0.89% 0.46% -
HSV(B) 207.12º 0.94% 0.87% -
XYZ 20.81 20.48 71.26 -
YUV 103.63 194.23 63.36 -
System Red Green Blue C M Y K H S L
Decimal 13 127 221 0.94 0.43 0 0.13 207.12 0.89 0.46
Hex D 7F DD 5E 2B 0 D CF 59 2E
Octal 15 177 335 136 53 0 15 317 131 56
Binary 1101 1111111 11011101 1011110 101011 0 1101 11001111 1011001 101110

Color Harmonies of #0D7FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7FDD

Black with #0D7FDD

Text Example


Text Example

White with #0D7FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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