Html Css Color HEX #007FE0 Navy Blue

📋 copy color: '#007FE0'

red 0 ◦ green 127 ◦ blue 224

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

Shades of Navy Blue #007FE0

Tints of Navy Blue #007FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 63.82%

R = 0%
G = 36.18%
B = 63.82%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#007FE0 (or 0x007FE0) is known color: Navy Blue. HEX triplet: 00, 7F and E0. RGB value is (0,127,224). Sum of RGB (Red+Green+Blue) = 0+127+224=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #007FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FE0 is #FF801F. Grayscale: #636363. Windows color (decimal): -16744480 or 14712576. OLE color: 14712576.

HSL color Cylindrical-coordinate representation of color #007FE0: hue angle of 205.98º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FE0 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 0 127 224 -
CMYK 1 0.43 0 0.12
HSL 205.98º 1% 0.44% -
HSV(B) 205.98º 1% 0.88% -
XYZ 21.04 20.56 73.38 -
YUV 100.09 197.92 56.61 -
System Red Green Blue C M Y K H S L
Decimal 0 127 224 1 0.43 0 0.12 205.98 1 0.44
Hex 0 7F E0 64 2B 0 C CE 64 2C
Octal 0 177 340 144 53 0 14 316 144 54
Binary 0 1111111 11100000 1100100 101011 0 1100 11001110 1100100 101100

Color Harmonies of #007FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FE0

Black with #007FE0

Text Example


Text Example

White with #007FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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