Html Css Color HEX #007CDB Navy Blue

📋 copy color: '#007CDB'

red 0 ◦ green 124 ◦ blue 219

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

Shades of Navy Blue #007CDB

Tints of Navy Blue #007CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.85%

R = 0%
G = 36.15%
B = 63.85%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#007CDB (or 0x007CDB) is known color: Navy Blue. HEX triplet: 00, 7C and DB. RGB value is (0,124,219). Sum of RGB (Red+Green+Blue) = 0+124+219=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #007CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CDB is #FF8324. Grayscale: #616161. Windows color (decimal): -16745253 or 14384128. OLE color: 14384128.

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

Color convert

RGB 0 124 219 -
CMYK 1 0.43 0 0.14
HSL 206.03º 1% 0.43% -
HSV(B) 206.03º 1% 0.86% -
XYZ 19.99 19.53 69.73 -
YUV 97.75 196.42 58.28 -
System Red Green Blue C M Y K H S L
Decimal 0 124 219 1 0.43 0 0.14 206.03 1 0.43
Hex 0 7C DB 64 2B 0 E CE 64 2B
Octal 0 174 333 144 53 0 16 316 144 53
Binary 0 1111100 11011011 1100100 101011 0 1110 11001110 1100100 101011

Color Harmonies of #007CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CDB

Black with #007CDB

Text Example


Text Example

White with #007CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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