Html Css Color HEX #007ADF Navy Blue

📋 copy color: '#007ADF'

red 0 ◦ green 122 ◦ blue 223

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

Shades of Navy Blue #007ADF

Tints of Navy Blue #007ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.64%

R = 0%
G = 35.36%
B = 64.64%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#007ADF (or 0x007ADF) is known color: Navy Blue. HEX triplet: 00, 7A and DF. RGB value is (0,122,223). Sum of RGB (Red+Green+Blue) = 0+122+223=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #007ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ADF is #FF8520. Grayscale: #606060. Windows color (decimal): -16745761 or 14645760. OLE color: 14645760.

HSL color Cylindrical-coordinate representation of color #007ADF: hue angle of 207.17º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ADF is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 122 223 -
CMYK 1 0.45 0 0.13
HSL 207.17º 1% 0.44% -
HSV(B) 207.17º 1% 0.87% -
XYZ 20.28 19.25 72.46 -
YUV 97.04 199.08 58.79 -
System Red Green Blue C M Y K H S L
Decimal 0 122 223 1 0.45 0 0.13 207.17 1 0.44
Hex 0 7A DF 64 2D 0 D CF 64 2C
Octal 0 172 337 144 55 0 15 317 144 54
Binary 0 1111010 11011111 1100100 101101 0 1101 11001111 1100100 101100

Color Harmonies of #007ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007ADF

Black with #007ADF

Text Example


Text Example

White with #007ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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