Html Css Color HEX #007FE7 Navy Blue

📋 copy color: '#007FE7'

red 0 ◦ green 127 ◦ blue 231

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

Shades of Navy Blue #007FE7

Tints of Navy Blue #007FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 64.53%

R = 0%
G = 35.47%
B = 64.53%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#007FE7 (or 0x007FE7) is known color: Navy Blue. HEX triplet: 00, 7F and E7. RGB value is (0,127,231). Sum of RGB (Red+Green+Blue) = 0+127+231=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #007FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007FE7 is #FF8018. Grayscale: #646464. Windows color (decimal): -16744473 or 15171328. OLE color: 15171328.

HSL color Cylindrical-coordinate representation of color #007FE7: hue angle of 207.01º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FE7 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 127 231 -
CMYK 1 0.45 0 0.09
HSL 207.01º 1% 0.45% -
HSV(B) 207.01º 1% 0.91% -
XYZ 22.01 20.95 78.48 -
YUV 100.88 201.42 56.04 -
System Red Green Blue C M Y K H S L
Decimal 0 127 231 1 0.45 0 0.09 207.01 1 0.45
Hex 0 7F E7 64 2D 0 9 CF 64 2D
Octal 0 177 347 144 55 0 11 317 144 55
Binary 0 1111111 11100111 1100100 101101 0 1001 11001111 1100100 101101

Color Harmonies of #007FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FE7

Black with #007FE7

Text Example


Text Example

White with #007FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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