Html Css Color HEX #007AE0 Navy Blue

📋 copy color: '#007AE0'

red 0 ◦ green 122 ◦ blue 224

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

Shades of Navy Blue #007AE0

Tints of Navy Blue #007AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 64.74%

R = 0%
G = 35.26%
B = 64.74%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#007AE0 (or 0x007AE0) is known color: Navy Blue. HEX triplet: 00, 7A and E0. RGB value is (0,122,224). Sum of RGB (Red+Green+Blue) = 0+122+224=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 224 (87.89% from 255 or 64.74% from 346); Max value from RGB is 224 - color contains mainly: blue. Hex color #007AE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AE0 is #FF851F. Grayscale: #606060. Windows color (decimal): -16745760 or 14711296. OLE color: 14711296.

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

Color convert

RGB 0 122 224 -
CMYK 1 0.46 0 0.12
HSL 207.32º 1% 0.44% -
HSV(B) 207.32º 1% 0.88% -
XYZ 20.41 19.3 73.17 -
YUV 97.15 199.58 58.71 -
System Red Green Blue C M Y K H S L
Decimal 0 122 224 1 0.46 0 0.12 207.32 1 0.44
Hex 0 7A E0 64 2E 0 C CF 64 2C
Octal 0 172 340 144 56 0 14 317 144 54
Binary 0 1111010 11100000 1100100 101110 0 1100 11001111 1100100 101100

Color Harmonies of #007AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007AE0

Black with #007AE0

Text Example


Text Example

White with #007AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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