Html Css Color HEX #007CC2 Navy Blue

📋 copy color: '#007CC2'

red 0 ◦ green 124 ◦ blue 194

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

Shades of Navy Blue #007CC2

Tints of Navy Blue #007CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.99%

 BLUE value IS 194 (76.17% from 255) = 61.01%

R = 0%
G = 38.99%
B = 61.01%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#007CC2 (or 0x007CC2) is known color: Navy Blue. HEX triplet: 00, 7C and C2. RGB value is (0,124,194). Sum of RGB (Red+Green+Blue) = 0+124+194=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #007CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CC2 is #FF833D. Grayscale: #5E5E5E. Windows color (decimal): -16745278 or 12745728. OLE color: 12745728.

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

Color convert

RGB 0 124 194 -
CMYK 1 0.36 0 0.24
HSL 201.65º 1% 0.38% -
HSV(B) 201.65º 1% 0.76% -
XYZ 16.95 18.31 53.68 -
YUV 94.9 183.92 60.31 -
System Red Green Blue C M Y K H S L
Decimal 0 124 194 1 0.36 0 0.24 201.65 1 0.38
Hex 0 7C C2 64 24 0 18 CA 64 26
Octal 0 174 302 144 44 0 30 312 144 46
Binary 0 1111100 11000010 1100100 100100 0 11000 11001010 1100100 100110

Color Harmonies of #007CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CC2

Black with #007CC2

Text Example


Text Example

White with #007CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,124,194); }

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

background-color css

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

 a { background-color: rgb(0,124,194); }

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

border-color css

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

 span { border-color: rgb(0,124,194); }

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