Html Css Color HEX #0371E8 Navy Blue

📋 copy color: '#0371E8'

red 3 ◦ green 113 ◦ blue 232

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

Shades of Navy Blue #0371E8

Tints of Navy Blue #0371E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 66.67%

R = 0.86%
G = 32.47%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0371E8 (or 0x0371E8) is known color: Navy Blue. HEX triplet: 03, 71 and E8. RGB value is (3,113,232). Sum of RGB (Red+Green+Blue) = 3+113+232=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 232 (91.02% from 255 or 66.67% from 348); Max value from RGB is 232 - color contains mainly: blue. Hex color #0371E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0371E8 is #FC8E17. Grayscale: #5D5D5D. Windows color (decimal): -16551448 or 15233283. OLE color: 15233283.

HSL color Cylindrical-coordinate representation of color #0371E8: hue angle of 211.18º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0371E8 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 3 113 232 -
CMYK 0.99 0.51 0 0.09
HSL 211.18º 0.97% 0.46% -
HSV(B) 211.18º 0.99% 0.91% -
XYZ 20.51 17.66 78.67 -
YUV 93.68 206.06 63.32 -
System Red Green Blue C M Y K H S L
Decimal 3 113 232 0.99 0.51 0 0.09 211.18 0.97 0.46
Hex 3 71 E8 63 33 0 9 D3 61 2E
Octal 3 161 350 143 63 0 11 323 141 56
Binary 11 1110001 11101000 1100011 110011 0 1001 11010011 1100001 101110

Color Harmonies of #0371E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0371E8

Black with #0371E8

Text Example


Text Example

White with #0371E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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