Html Css Color HEX #007DD1 Navy Blue

📋 copy color: '#007DD1'

red 0 ◦ green 125 ◦ blue 209

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

Shades of Navy Blue #007DD1

Tints of Navy Blue #007DD1

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 209 (82.03% from 255) = 62.57%

R = 0%
G = 37.43%
B = 62.57%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#007DD1 (or 0x007DD1) is known color: Navy Blue. HEX triplet: 00, 7D and D1. RGB value is (0,125,209). Sum of RGB (Red+Green+Blue) = 0+125+209=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 209 (82.03% from 255 or 62.57% from 334); Max value from RGB is 209 - color contains mainly: blue. Hex color #007DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DD1 is #FF822E. Grayscale: #606060. Windows color (decimal): -16745007 or 13729024. OLE color: 13729024.

HSL color Cylindrical-coordinate representation of color #007DD1: hue angle of 204.11º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DD1 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 125 209 -
CMYK 1 0.40 0 0.18
HSL 204.11º 1% 0.41% -
HSV(B) 204.11º 1% 0.82% -
XYZ 18.84 19.27 63.05 -
YUV 97.2 191.09 58.67 -
System Red Green Blue C M Y K H S L
Decimal 0 125 209 1 0.40 0 0.18 204.11 1 0.41
Hex 0 7D D1 64 28 0 12 CC 64 29
Octal 0 175 321 144 50 0 22 314 144 51
Binary 0 1111101 11010001 1100100 101000 0 10010 11001100 1100100 101001

Color Harmonies of #007DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DD1

Black with #007DD1

Text Example


Text Example

White with #007DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007DD1; }

 p { color: rgb(0,125,209); }

 H1.HeaderClassName
 {
   color: #007DD1;
 }
 .AnyTagClassName
 {
   color: #007DD1;
 }
</style>

background-color css

<style>
 a { background-color: #007DD1; }

 a { background-color: rgb(0,125,209); }

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

border-color css

<style>
 span { border-color: #007DD1; }

 span { border-color: rgb(0,125,209); }

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