Html Css Color HEX #0371EB Navy Blue

📋 copy color: '#0371EB'

red 3 ◦ green 113 ◦ blue 235

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

Shades of Navy Blue #0371EB

Tints of Navy Blue #0371EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.95%

R = 0.85%
G = 32.19%
B = 66.95%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0371EB (or 0x0371EB) is known color: Navy Blue. HEX triplet: 03, 71 and EB. RGB value is (3,113,235). Sum of RGB (Red+Green+Blue) = 3+113+235=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #0371EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0371EB is #FC8E14. Grayscale: #5D5D5D. Windows color (decimal): -16551445 or 15429891. OLE color: 15429891.

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

Color convert

RGB 3 113 235 -
CMYK 0.99 0.52 0 0.08
HSL 211.55º 0.97% 0.47% -
HSV(B) 211.55º 0.99% 0.92% -
XYZ 20.94 17.83 80.93 -
YUV 94.02 207.56 63.08 -
System Red Green Blue C M Y K H S L
Decimal 3 113 235 0.99 0.52 0 0.08 211.55 0.97 0.47
Hex 3 71 EB 63 34 0 8 D4 61 2F
Octal 3 161 353 143 64 0 10 324 141 57
Binary 11 1110001 11101011 1100011 110100 0 1000 11010100 1100001 101111

Color Harmonies of #0371EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0371EB

Black with #0371EB

Text Example


Text Example

White with #0371EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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