Html Css Color HEX #0379C6 Navy Blue

📋 copy color: '#0379C6'

red 3 ◦ green 121 ◦ blue 198

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

Shades of Navy Blue #0379C6

Tints of Navy Blue #0379C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 61.49%

R = 0.93%
G = 37.58%
B = 61.49%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0379C6 (or 0x0379C6) is known color: Navy Blue. HEX triplet: 03, 79 and C6. RGB value is (3,121,198). Sum of RGB (Red+Green+Blue) = 3+121+198=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 198 (77.73% from 255 or 61.49% from 322); Max value from RGB is 198 - color contains mainly: blue. Hex color #0379C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0379C6 is #FC8639. Grayscale: #5E5E5E. Windows color (decimal): -16549434 or 13007107. OLE color: 13007107.

HSL color Cylindrical-coordinate representation of color #0379C6: hue angle of 203.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0379C6 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 121 198 -
CMYK 0.98 0.39 0 0.22
HSL 203.69º 0.97% 0.39% -
HSV(B) 203.69º 0.98% 0.78% -
XYZ 17.07 17.77 55.96 -
YUV 94.5 186.41 62.74 -
System Red Green Blue C M Y K H S L
Decimal 3 121 198 0.98 0.39 0 0.22 203.69 0.97 0.39
Hex 3 79 C6 62 27 0 16 CC 61 27
Octal 3 171 306 142 47 0 26 314 141 47
Binary 11 1111001 11000110 1100010 100111 0 10110 11001100 1100001 100111

Color Harmonies of #0379C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0379C6

Black with #0379C6

Text Example


Text Example

White with #0379C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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