Html Css Color HEX #007FCF Navy Blue

📋 copy color: '#007FCF'

red 0 ◦ green 127 ◦ blue 207

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

Shades of Navy Blue #007FCF

Tints of Navy Blue #007FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 0%
G = 38.02%
B = 61.98%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#007FCF (or 0x007FCF) is known color: Navy Blue. HEX triplet: 00, 7F and CF. RGB value is (0,127,207). Sum of RGB (Red+Green+Blue) = 0+127+207=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #007FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FCF is #FF8030. Grayscale: #616161. Windows color (decimal): -16744497 or 13598464. OLE color: 13598464.

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

Color convert

RGB 0 127 207 -
CMYK 1 0.39 0 0.19
HSL 203.19º 1% 0.41% -
HSV(B) 203.19º 1% 0.81% -
XYZ 18.85 19.68 61.84 -
YUV 98.15 189.42 58 -
System Red Green Blue C M Y K H S L
Decimal 0 127 207 1 0.39 0 0.19 203.19 1 0.41
Hex 0 7F CF 64 27 0 13 CB 64 29
Octal 0 177 317 144 47 0 23 313 144 51
Binary 0 1111111 11001111 1100100 100111 0 10011 11001011 1100100 101001

Color Harmonies of #007FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FCF

Black with #007FCF

Text Example


Text Example

White with #007FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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