Html Css Color HEX #0371DE Navy Blue

📋 copy color: '#0371DE'

red 3 ◦ green 113 ◦ blue 222

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

Shades of Navy Blue #0371DE

Tints of Navy Blue #0371DE

RGB

 RED value IS 3 (1.56% from 255) = 0.89%

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

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

R = 0.89%
G = 33.43%
B = 65.68%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0371DE (or 0x0371DE) is known color: Navy Blue. HEX triplet: 03, 71 and DE. RGB value is (3,113,222). Sum of RGB (Red+Green+Blue) = 3+113+222=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #0371DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0371DE is #FC8E21. Grayscale: #5B5B5B. Windows color (decimal): -16551458 or 14577923. OLE color: 14577923.

HSL color Cylindrical-coordinate representation of color #0371DE: hue angle of 209.86º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0371DE is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 113 222 -
CMYK 0.99 0.49 0 0.13
HSL 209.86º 0.97% 0.44% -
HSV(B) 209.86º 0.99% 0.87% -
XYZ 19.13 17.1 71.4 -
YUV 92.54 201.06 64.14 -
System Red Green Blue C M Y K H S L
Decimal 3 113 222 0.99 0.49 0 0.13 209.86 0.97 0.44
Hex 3 71 DE 63 31 0 D D2 61 2C
Octal 3 161 336 143 61 0 15 322 141 54
Binary 11 1110001 11011110 1100011 110001 0 1101 11010010 1100001 101100

Color Harmonies of #0371DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0371DE

Black with #0371DE

Text Example


Text Example

White with #0371DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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