Html Css Color HEX #0071DE Navy Blue

📋 copy color: '#0071DE'

red 0 ◦ green 113 ◦ blue 222

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

Shades of Navy Blue #0071DE

Tints of Navy Blue #0071DE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

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

R = 0%
G = 33.73%
B = 66.27%

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

#0071DE (or 0x0071DE) is known color: Navy Blue. HEX triplet: 00, 71 and DE. RGB value is (0,113,222). Sum of RGB (Red+Green+Blue) = 0+113+222=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #0071DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0071DE is #FF8E21. Grayscale: #5B5B5B. Windows color (decimal): -16748066 or 14577920. OLE color: 14577920.

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

Color convert

RGB 0 113 222 -
CMYK 1 0.49 0 0.13
HSL 209.46º 1% 0.44% -
HSV(B) 209.46º 1% 0.87% -
XYZ 19.09 17.08 71.4 -
YUV 91.64 201.56 62.64 -
System Red Green Blue C M Y K H S L
Decimal 0 113 222 1 0.49 0 0.13 209.46 1 0.44
Hex 0 71 DE 64 31 0 D D1 64 2C
Octal 0 161 336 144 61 0 15 321 144 54
Binary 0 1110001 11011110 1100100 110001 0 1101 11010001 1100100 101100

Color Harmonies of #0071DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0071DE

Black with #0071DE

Text Example


Text Example

White with #0071DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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