Html Css Color HEX #0072EA Navy Blue

📋 copy color: '#0072EA'

red 0 ◦ green 114 ◦ blue 234

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

Shades of Navy Blue #0072EA

Tints of Navy Blue #0072EA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

 BLUE value IS 234 (91.8% from 255) = 67.24%

R = 0%
G = 32.76%
B = 67.24%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0072EA (or 0x0072EA) is known color: Navy Blue. HEX triplet: 00, 72 and EA. RGB value is (0,114,234). Sum of RGB (Red+Green+Blue) = 0+114+234=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #0072EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0072EA is #FF8D15. Grayscale: #5C5C5C. Windows color (decimal): -16747798 or 15364608. OLE color: 15364608.

HSL color Cylindrical-coordinate representation of color #0072EA: hue angle of 210.77º 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 #0072EA is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 114 234 -
CMYK 1 0.51 0 0.08
HSL 210.77º 1% 0.46% -
HSV(B) 210.77º 1% 0.92% -
XYZ 20.87 17.98 80.21 -
YUV 93.59 207.23 61.24 -
System Red Green Blue C M Y K H S L
Decimal 0 114 234 1 0.51 0 0.08 210.77 1 0.46
Hex 0 72 EA 64 33 0 8 D3 64 2E
Octal 0 162 352 144 63 0 10 323 144 56
Binary 0 1110010 11101010 1100100 110011 0 1000 11010011 1100100 101110

Color Harmonies of #0072EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0072EA

Black with #0072EA

Text Example


Text Example

White with #0072EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0072EA; }

 p { color: rgb(0,114,234); }

 H1.HeaderClassName
 {
   color: #0072EA;
 }
 .AnyTagClassName
 {
   color: #0072EA;
 }
</style>

background-color css

<style>
 a { background-color: #0072EA; }

 a { background-color: rgb(0,114,234); }

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

border-color css

<style>
 span { border-color: #0072EA; }

 span { border-color: rgb(0,114,234); }

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