Html Css Color HEX #007FCC Navy Blue

📋 copy color: '#007FCC'

red 0 ◦ green 127 ◦ blue 204

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

Shades of Navy Blue #007FCC

Tints of Navy Blue #007FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.63%

R = 0%
G = 38.37%
B = 61.63%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#007FCC (or 0x007FCC) is known color: Navy Blue. HEX triplet: 00, 7F and CC. RGB value is (0,127,204). Sum of RGB (Red+Green+Blue) = 0+127+204=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #007FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FCC is #FF8033. Grayscale: #616161. Windows color (decimal): -16744500 or 13401856. OLE color: 13401856.

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

Color convert

RGB 0 127 204 -
CMYK 1 0.38 0 0.2
HSL 202.65º 1% 0.4% -
HSV(B) 202.65º 1% 0.8% -
XYZ 18.49 19.54 59.92 -
YUV 97.81 187.92 58.24 -
System Red Green Blue C M Y K H S L
Decimal 0 127 204 1 0.38 0 0.2 202.65 1 0.4
Hex 0 7F CC 64 26 0 14 CB 64 28
Octal 0 177 314 144 46 0 24 313 144 50
Binary 0 1111111 11001100 1100100 100110 0 10100 11001011 1100100 101000

Color Harmonies of #007FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FCC

Black with #007FCC

Text Example


Text Example

White with #007FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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