Html Css Color HEX #0377CB Navy Blue

📋 copy color: '#0377CB'

red 3 ◦ green 119 ◦ blue 203

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

Shades of Navy Blue #0377CB

Tints of Navy Blue #0377CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.46%

R = 0.92%
G = 36.62%
B = 62.46%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0377CB (or 0x0377CB) is known color: Navy Blue. HEX triplet: 03, 77 and CB. RGB value is (3,119,203). Sum of RGB (Red+Green+Blue) = 3+119+203=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #0377CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0377CB is #FC8834. Grayscale: #5D5D5D. Windows color (decimal): -16549941 or 13334275. OLE color: 13334275.

HSL color Cylindrical-coordinate representation of color #0377CB: hue angle of 205.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0377CB is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 119 203 -
CMYK 0.99 0.41 0 0.20
HSL 205.2º 0.97% 0.4% -
HSV(B) 205.2º 0.99% 0.8% -
XYZ 17.41 17.52 58.96 -
YUV 93.89 189.57 63.17 -
System Red Green Blue C M Y K H S L
Decimal 3 119 203 0.99 0.41 0 0.20 205.2 0.97 0.4
Hex 3 77 CB 63 29 0 14 CD 61 28
Octal 3 167 313 143 51 0 24 315 141 50
Binary 11 1110111 11001011 1100011 101001 0 10100 11001101 1100001 101000

Color Harmonies of #0377CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0377CB

Black with #0377CB

Text Example


Text Example

White with #0377CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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