Html Css Color HEX #007CCA Navy Blue

📋 copy color: '#007CCA'

red 0 ◦ green 124 ◦ blue 202

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

Shades of Navy Blue #007CCA

Tints of Navy Blue #007CCA

RGB

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

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

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

R = 0%
G = 38.04%
B = 61.96%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#007CCA (or 0x007CCA) is known color: Navy Blue. HEX triplet: 00, 7C and CA. RGB value is (0,124,202). Sum of RGB (Red+Green+Blue) = 0+124+202=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #007CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CCA is #FF8335. Grayscale: #5F5F5F. Windows color (decimal): -16745270 or 13270016. OLE color: 13270016.

HSL color Cylindrical-coordinate representation of color #007CCA: hue angle of 203.17º 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 #007CCA is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 124 202 -
CMYK 1 0.39 0 0.21
HSL 203.17º 1% 0.4% -
HSV(B) 203.17º 1% 0.79% -
XYZ 17.87 18.68 58.54 -
YUV 95.82 187.92 59.66 -
System Red Green Blue C M Y K H S L
Decimal 0 124 202 1 0.39 0 0.21 203.17 1 0.4
Hex 0 7C CA 64 27 0 15 CB 64 28
Octal 0 174 312 144 47 0 25 313 144 50
Binary 0 1111100 11001010 1100100 100111 0 10101 11001011 1100100 101000

Color Harmonies of #007CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CCA

Black with #007CCA

Text Example


Text Example

White with #007CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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