Html Css Color HEX #007ECF Navy Blue

📋 copy color: '#007ECF'

red 0 ◦ green 126 ◦ blue 207

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

Shades of Navy Blue #007ECF

Tints of Navy Blue #007ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.84%

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

R = 0%
G = 37.84%
B = 62.16%

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

#007ECF (or 0x007ECF) is known color: Navy Blue. HEX triplet: 00, 7E and CF. RGB value is (0,126,207). Sum of RGB (Red+Green+Blue) = 0+126+207=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #007ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ECF is #FF8130. Grayscale: #616161. Windows color (decimal): -16744753 or 13598208. OLE color: 13598208.

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

Color convert

RGB 0 126 207 -
CMYK 1 0.39 0 0.19
HSL 203.48º 1% 0.41% -
HSV(B) 203.48º 1% 0.81% -
XYZ 18.72 19.43 61.79 -
YUV 97.56 189.76 58.41 -
System Red Green Blue C M Y K H S L
Decimal 0 126 207 1 0.39 0 0.19 203.48 1 0.41
Hex 0 7E CF 64 27 0 13 CB 64 29
Octal 0 176 317 144 47 0 23 313 144 51
Binary 0 1111110 11001111 1100100 100111 0 10011 11001011 1100100 101001

Color Harmonies of #007ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007ECF

Black with #007ECF

Text Example


Text Example

White with #007ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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