Html Css Color HEX #0377C0 Navy Blue

📋 copy color: '#0377C0'

red 3 ◦ green 119 ◦ blue 192

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

Shades of Navy Blue #0377C0

Tints of Navy Blue #0377C0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

 BLUE value IS 192 (75.39% from 255) = 61.15%

R = 0.96%
G = 37.9%
B = 61.15%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0377C0 (or 0x0377C0) is known color: Navy Blue. HEX triplet: 03, 77 and C0. RGB value is (3,119,192). Sum of RGB (Red+Green+Blue) = 3+119+192=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #0377C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0377C0 is #FC883F. Grayscale: #5C5C5C. Windows color (decimal): -16549952 or 12613379. OLE color: 12613379.

HSL color Cylindrical-coordinate representation of color #0377C0: hue angle of 203.17º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0377C0 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 119 192 -
CMYK 0.98 0.38 0 0.25
HSL 203.17º 0.97% 0.38% -
HSV(B) 203.17º 0.98% 0.75% -
XYZ 16.15 17.02 52.3 -
YUV 92.64 184.07 64.06 -
System Red Green Blue C M Y K H S L
Decimal 3 119 192 0.98 0.38 0 0.25 203.17 0.97 0.38
Hex 3 77 C0 62 26 0 19 CB 61 26
Octal 3 167 300 142 46 0 31 313 141 46
Binary 11 1110111 11000000 1100010 100110 0 11001 11001011 1100001 100110

Color Harmonies of #0377C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0377C0

Black with #0377C0

Text Example


Text Example

White with #0377C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0377C0; }

 p { color: rgb(3,119,192); }

 H1.HeaderClassName
 {
   color: #0377C0;
 }
 .AnyTagClassName
 {
   color: #0377C0;
 }
</style>

background-color css

<style>
 a { background-color: #0377C0; }

 a { background-color: rgb(3,119,192); }

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

border-color css

<style>
 span { border-color: #0377C0; }

 span { border-color: rgb(3,119,192); }

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