Html Css Color HEX #0072DE Navy Blue

📋 copy color: '#0072DE'

red 0 ◦ green 114 ◦ blue 222

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

Shades of Navy Blue #0072DE

Tints of Navy Blue #0072DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.07%

R = 0%
G = 33.93%
B = 66.07%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0072DE (or 0x0072DE) is known color: Navy Blue. HEX triplet: 00, 72 and DE. RGB value is (0,114,222). Sum of RGB (Red+Green+Blue) = 0+114+222=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #0072DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072DE is #FF8D21. Grayscale: #5B5B5B. Windows color (decimal): -16747810 or 14578176. OLE color: 14578176.

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

Color convert

RGB 0 114 222 -
CMYK 1 0.49 0 0.13
HSL 209.19º 1% 0.44% -
HSV(B) 209.19º 1% 0.87% -
XYZ 19.2 17.31 71.44 -
YUV 92.23 201.23 62.22 -
System Red Green Blue C M Y K H S L
Decimal 0 114 222 1 0.49 0 0.13 209.19 1 0.44
Hex 0 72 DE 64 31 0 D D1 64 2C
Octal 0 162 336 144 61 0 15 321 144 54
Binary 0 1110010 11011110 1100100 110001 0 1101 11010001 1100100 101100

Color Harmonies of #0072DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0072DE

Black with #0072DE

Text Example


Text Example

White with #0072DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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