Html Css Color HEX #007FCA Navy Blue

📋 copy color: '#007FCA'

red 0 ◦ green 127 ◦ blue 202

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

Shades of Navy Blue #007FCA

Tints of Navy Blue #007FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.4%

R = 0%
G = 38.6%
B = 61.4%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#007FCA (or 0x007FCA) is known color: Navy Blue. HEX triplet: 00, 7F and CA. RGB value is (0,127,202). Sum of RGB (Red+Green+Blue) = 0+127+202=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #007FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FCA is #FF8035. Grayscale: #616161. Windows color (decimal): -16744502 or 13270784. OLE color: 13270784.

HSL color Cylindrical-coordinate representation of color #007FCA: hue angle of 202.28º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FCA is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 127 202 -
CMYK 1 0.37 0 0.21
HSL 202.28º 1% 0.4% -
HSV(B) 202.28º 1% 0.79% -
XYZ 18.25 19.44 58.67 -
YUV 97.58 186.92 58.4 -
System Red Green Blue C M Y K H S L
Decimal 0 127 202 1 0.37 0 0.21 202.28 1 0.4
Hex 0 7F CA 64 25 0 15 CA 64 28
Octal 0 177 312 144 45 0 25 312 144 50
Binary 0 1111111 11001010 1100100 100101 0 10101 11001010 1100100 101000

Color Harmonies of #007FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FCA

Black with #007FCA

Text Example


Text Example

White with #007FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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