Html Css Color HEX #0379EC Navy Blue

📋 copy color: '#0379EC'

red 3 ◦ green 121 ◦ blue 236

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

Shades of Navy Blue #0379EC

Tints of Navy Blue #0379EC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

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

R = 0.83%
G = 33.61%
B = 65.56%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0379EC (or 0x0379EC) is known color: Navy Blue. HEX triplet: 03, 79 and EC. RGB value is (3,121,236). Sum of RGB (Red+Green+Blue) = 3+121+236=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #0379EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0379EC is #FC8613. Grayscale: #626262. Windows color (decimal): -16549396 or 15497475. OLE color: 15497475.

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

Color convert

RGB 3 121 236 -
CMYK 0.99 0.49 0 0.07
HSL 209.61º 0.97% 0.47% -
HSV(B) 209.61º 0.99% 0.93% -
XYZ 22.02 19.75 82.01 -
YUV 98.83 205.41 59.65 -
System Red Green Blue C M Y K H S L
Decimal 3 121 236 0.99 0.49 0 0.07 209.61 0.97 0.47
Hex 3 79 EC 63 31 0 7 D2 61 2F
Octal 3 171 354 143 61 0 7 322 141 57
Binary 11 1111001 11101100 1100011 110001 0 111 11010010 1100001 101111

Color Harmonies of #0379EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0379EC

Black with #0379EC

Text Example


Text Example

White with #0379EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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