Html Css Color HEX #0377EA Navy Blue

📋 copy color: '#0377EA'

red 3 ◦ green 119 ◦ blue 234

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

Shades of Navy Blue #0377EA

Tints of Navy Blue #0377EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.73%

R = 0.84%
G = 33.43%
B = 65.73%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0377EA (or 0x0377EA) is known color: Navy Blue. HEX triplet: 03, 77 and EA. RGB value is (3,119,234). Sum of RGB (Red+Green+Blue) = 3+119+234=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #0377EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0377EA is #FC8815. Grayscale: #606060. Windows color (decimal): -16549910 or 15365891. OLE color: 15365891.

HSL color Cylindrical-coordinate representation of color #0377EA: hue angle of 209.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0377EA is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 119 234 -
CMYK 0.99 0.49 0 0.08
HSL 209.87º 0.97% 0.46% -
HSV(B) 209.87º 0.99% 0.92% -
XYZ 21.49 19.15 80.41 -
YUV 97.43 205.07 60.65 -
System Red Green Blue C M Y K H S L
Decimal 3 119 234 0.99 0.49 0 0.08 209.87 0.97 0.46
Hex 3 77 EA 63 31 0 8 D2 61 2E
Octal 3 167 352 143 61 0 10 322 141 56
Binary 11 1110111 11101010 1100011 110001 0 1000 11010010 1100001 101110

Color Harmonies of #0377EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0377EA

Black with #0377EA

Text Example


Text Example

White with #0377EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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