Html Css Color HEX #0D7DDD Navy Blue

📋 copy color: '#0D7DDD'

red 13 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #0D7DDD

Tints of Navy Blue #0D7DDD

RGB

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

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

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

R = 3.62%
G = 34.82%
B = 61.56%

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

#0D7DDD (or 0x0D7DDD) is known color: Navy Blue. HEX triplet: 0D, 7D and DD. RGB value is (13,125,221). Sum of RGB (Red+Green+Blue) = 13+125+221=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D7DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7DDD is #F28222. Grayscale: #656565. Windows color (decimal): -15893027 or 14515469. OLE color: 14515469.

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

Color convert

RGB 13 125 221 -
CMYK 0.94 0.43 0 0.13
HSL 207.69º 0.89% 0.46% -
HSV(B) 207.69º 0.94% 0.87% -
XYZ 20.55 19.97 71.18 -
YUV 102.46 194.89 64.19 -
System Red Green Blue C M Y K H S L
Decimal 13 125 221 0.94 0.43 0 0.13 207.69 0.89 0.46
Hex D 7D DD 5E 2B 0 D D0 59 2E
Octal 15 175 335 136 53 0 15 320 131 56
Binary 1101 1111101 11011101 1011110 101011 0 1101 11010000 1011001 101110

Color Harmonies of #0D7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7DDD

Black with #0D7DDD

Text Example


Text Example

White with #0D7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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