Html Css Color HEX #007ADB Navy Blue

📋 copy color: '#007ADB'

red 0 ◦ green 122 ◦ blue 219

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

Shades of Navy Blue #007ADB

Tints of Navy Blue #007ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.78%

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

R = 0%
G = 35.78%
B = 64.22%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#007ADB (or 0x007ADB) is known color: Navy Blue. HEX triplet: 00, 7A and DB. RGB value is (0,122,219). Sum of RGB (Red+Green+Blue) = 0+122+219=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #007ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ADB is #FF8524. Grayscale: #606060. Windows color (decimal): -16745765 or 14383616. OLE color: 14383616.

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

Color convert

RGB 0 122 219 -
CMYK 1 0.44 0 0.14
HSL 206.58º 1% 0.43% -
HSV(B) 206.58º 1% 0.86% -
XYZ 19.75 19.03 69.65 -
YUV 96.58 197.08 59.11 -
System Red Green Blue C M Y K H S L
Decimal 0 122 219 1 0.44 0 0.14 206.58 1 0.43
Hex 0 7A DB 64 2C 0 E CF 64 2B
Octal 0 172 333 144 54 0 16 317 144 53
Binary 0 1111010 11011011 1100100 101100 0 1110 11001111 1100100 101011

Color Harmonies of #007ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007ADB

Black with #007ADB

Text Example


Text Example

White with #007ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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