Html Css Color HEX #007FD1 Navy Blue

📋 copy color: '#007FD1'

red 0 ◦ green 127 ◦ blue 209

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

Shades of Navy Blue #007FD1

Tints of Navy Blue #007FD1

RGB

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

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

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

R = 0%
G = 37.8%
B = 62.2%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#007FD1 (or 0x007FD1) is known color: Navy Blue. HEX triplet: 00, 7F and D1. RGB value is (0,127,209). Sum of RGB (Red+Green+Blue) = 0+127+209=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 209 (82.03% from 255 or 62.20% from 336); Max value from RGB is 209 - color contains mainly: blue. Hex color #007FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FD1 is #FF802E. Grayscale: #616161. Windows color (decimal): -16744495 or 13729536. OLE color: 13729536.

HSL color Cylindrical-coordinate representation of color #007FD1: hue angle of 203.54º 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 #007FD1 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 127 209 -
CMYK 1 0.39 0 0.18
HSL 203.54º 1% 0.41% -
HSV(B) 203.54º 1% 0.82% -
XYZ 19.1 19.78 63.13 -
YUV 98.38 190.42 57.83 -
System Red Green Blue C M Y K H S L
Decimal 0 127 209 1 0.39 0 0.18 203.54 1 0.41
Hex 0 7F D1 64 27 0 12 CC 64 29
Octal 0 177 321 144 47 0 22 314 144 51
Binary 0 1111111 11010001 1100100 100111 0 10010 11001100 1100100 101001

Color Harmonies of #007FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FD1

Black with #007FD1

Text Example


Text Example

White with #007FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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