Html Css Color HEX #007AEB Navy Blue

📋 copy color: '#007AEB'

red 0 ◦ green 122 ◦ blue 235

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

Shades of Navy Blue #007AEB

Tints of Navy Blue #007AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.83%

R = 0%
G = 34.17%
B = 65.83%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#007AEB (or 0x007AEB) is known color: Navy Blue. HEX triplet: 00, 7A and EB. RGB value is (0,122,235). Sum of RGB (Red+Green+Blue) = 0+122+235=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #007AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007AEB is #FF8514. Grayscale: #616161. Windows color (decimal): -16745749 or 15432192. OLE color: 15432192.

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

Color convert

RGB 0 122 235 -
CMYK 1 0.48 0 0.08
HSL 208.85º 1% 0.46% -
HSV(B) 208.85º 1% 0.92% -
XYZ 21.95 19.92 81.28 -
YUV 98.4 205.08 57.81 -
System Red Green Blue C M Y K H S L
Decimal 0 122 235 1 0.48 0 0.08 208.85 1 0.46
Hex 0 7A EB 64 30 0 8 D1 64 2E
Octal 0 172 353 144 60 0 10 321 144 56
Binary 0 1111010 11101011 1100100 110000 0 1000 11010001 1100100 101110

Color Harmonies of #007AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007AEB

Black with #007AEB

Text Example


Text Example

White with #007AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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