Html Css Color HEX #007EDB Navy Blue

📋 copy color: '#007EDB'

red 0 ◦ green 126 ◦ blue 219

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

Shades of Navy Blue #007EDB

Tints of Navy Blue #007EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.52%

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

R = 0%
G = 36.52%
B = 63.48%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#007EDB (or 0x007EDB) is known color: Navy Blue. HEX triplet: 00, 7E and DB. RGB value is (0,126,219). Sum of RGB (Red+Green+Blue) = 0+126+219=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #007EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007EDB is #FF8124. Grayscale: #626262. Windows color (decimal): -16744741 or 14384640. OLE color: 14384640.

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

Color convert

RGB 0 126 219 -
CMYK 1 0.42 0 0.14
HSL 205.48º 1% 0.43% -
HSV(B) 205.48º 1% 0.86% -
XYZ 20.25 20.04 69.82 -
YUV 98.93 195.76 57.44 -
System Red Green Blue C M Y K H S L
Decimal 0 126 219 1 0.42 0 0.14 205.48 1 0.43
Hex 0 7E DB 64 2A 0 E CD 64 2B
Octal 0 176 333 144 52 0 16 315 144 53
Binary 0 1111110 11011011 1100100 101010 0 1110 11001101 1100100 101011

Color Harmonies of #007EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007EDB

Black with #007EDB

Text Example


Text Example

White with #007EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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