Html Css Color HEX #0373EC Navy Blue

📋 copy color: '#0373EC'

red 3 ◦ green 115 ◦ blue 236

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

Shades of Navy Blue #0373EC

Tints of Navy Blue #0373EC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 0.85%
G = 32.49%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0373EC (or 0x0373EC) is known color: Navy Blue. HEX triplet: 03, 73 and EC. RGB value is (3,115,236). Sum of RGB (Red+Green+Blue) = 3+115+236=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #0373EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0373EC is #FC8C13. Grayscale: #5E5E5E. Windows color (decimal): -16550932 or 15495939. OLE color: 15495939.

HSL color Cylindrical-coordinate representation of color #0373EC: hue angle of 211.16º 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 #0373EC is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 115 236 -
CMYK 0.99 0.51 0 0.07
HSL 211.16º 0.97% 0.47% -
HSV(B) 211.16º 0.99% 0.93% -
XYZ 21.31 18.34 81.77 -
YUV 95.31 207.39 62.16 -
System Red Green Blue C M Y K H S L
Decimal 3 115 236 0.99 0.51 0 0.07 211.16 0.97 0.47
Hex 3 73 EC 63 33 0 7 D3 61 2F
Octal 3 163 354 143 63 0 7 323 141 57
Binary 11 1110011 11101100 1100011 110011 0 111 11010011 1100001 101111

Color Harmonies of #0373EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0373EC

Black with #0373EC

Text Example


Text Example

White with #0373EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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