Html Css Color HEX #007AEE Navy Blue

📋 copy color: '#007AEE'

red 0 ◦ green 122 ◦ blue 238

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

Shades of Navy Blue #007AEE

Tints of Navy Blue #007AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.11%

R = 0%
G = 33.89%
B = 66.11%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#007AEE (or 0x007AEE) is known color: Navy Blue. HEX triplet: 00, 7A and EE. RGB value is (0,122,238). Sum of RGB (Red+Green+Blue) = 0+122+238=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #007AEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007AEE is #FF8511. Grayscale: #626262. Windows color (decimal): -16745746 or 15628800. OLE color: 15628800.

HSL color Cylindrical-coordinate representation of color #007AEE: hue angle of 209.24º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AEE is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 122 238 -
CMYK 1 0.49 0 0.07
HSL 209.24º 1% 0.47% -
HSV(B) 209.24º 1% 0.93% -
XYZ 22.39 20.09 83.59 -
YUV 98.75 206.58 57.57 -
System Red Green Blue C M Y K H S L
Decimal 0 122 238 1 0.49 0 0.07 209.24 1 0.47
Hex 0 7A EE 64 31 0 7 D1 64 2F
Octal 0 172 356 144 61 0 7 321 144 57
Binary 0 1111010 11101110 1100100 110001 0 111 11010001 1100100 101111

Color Harmonies of #007AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007AEE

Black with #007AEE

Text Example


Text Example

White with #007AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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