Html Css Color HEX #0371EC Navy Blue

📋 copy color: '#0371EC'

red 3 ◦ green 113 ◦ blue 236

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

Shades of Navy Blue #0371EC

Tints of Navy Blue #0371EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.05%

R = 0.85%
G = 32.1%
B = 67.05%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0371EC (or 0x0371EC) is known color: Navy Blue. HEX triplet: 03, 71 and EC. RGB value is (3,113,236). Sum of RGB (Red+Green+Blue) = 3+113+236=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #0371EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0371EC is #FC8E13. Grayscale: #5D5D5D. Windows color (decimal): -16551444 or 15495427. OLE color: 15495427.

HSL color Cylindrical-coordinate representation of color #0371EC: hue angle of 211.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0371EC is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 113 236 -
CMYK 0.99 0.52 0 0.07
HSL 211.67º 0.97% 0.47% -
HSV(B) 211.67º 0.99% 0.93% -
XYZ 21.08 17.89 81.7 -
YUV 94.13 208.06 63 -
System Red Green Blue C M Y K H S L
Decimal 3 113 236 0.99 0.52 0 0.07 211.67 0.97 0.47
Hex 3 71 EC 63 34 0 7 D4 61 2F
Octal 3 161 354 143 64 0 7 324 141 57
Binary 11 1110001 11101100 1100011 110100 0 111 11010100 1100001 101111

Color Harmonies of #0371EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0371EC

Black with #0371EC

Text Example


Text Example

White with #0371EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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