Html Css Color HEX #007CDA Navy Blue

📋 copy color: '#007CDA'

red 0 ◦ green 124 ◦ blue 218

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

Shades of Navy Blue #007CDA

Tints of Navy Blue #007CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 0%
G = 36.26%
B = 63.74%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#007CDA (or 0x007CDA) is known color: Navy Blue. HEX triplet: 00, 7C and DA. RGB value is (0,124,218). Sum of RGB (Red+Green+Blue) = 0+124+218=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #007CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CDA is #FF8325. Grayscale: #616161. Windows color (decimal): -16745254 or 14318592. OLE color: 14318592.

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

Color convert

RGB 0 124 218 -
CMYK 1 0.43 0 0.15
HSL 205.87º 1% 0.43% -
HSV(B) 205.87º 1% 0.85% -
XYZ 19.86 19.48 69.04 -
YUV 97.64 195.92 58.36 -
System Red Green Blue C M Y K H S L
Decimal 0 124 218 1 0.43 0 0.15 205.87 1 0.43
Hex 0 7C DA 64 2B 0 F CE 64 2B
Octal 0 174 332 144 53 0 17 316 144 53
Binary 0 1111100 11011010 1100100 101011 0 1111 11001110 1100100 101011

Color Harmonies of #007CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CDA

Black with #007CDA

Text Example


Text Example

White with #007CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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