Html Css Color HEX #0377EF Navy Blue

📋 copy color: '#0377EF'

red 3 ◦ green 119 ◦ blue 239

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

Shades of Navy Blue #0377EF

Tints of Navy Blue #0377EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.2%

R = 0.83%
G = 32.96%
B = 66.2%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0377EF (or 0x0377EF) is known color: Navy Blue. HEX triplet: 03, 77 and EF. RGB value is (3,119,239). Sum of RGB (Red+Green+Blue) = 3+119+239=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #0377EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0377EF is #FC8810. Grayscale: #616161. Windows color (decimal): -16549905 or 15693571. OLE color: 15693571.

HSL color Cylindrical-coordinate representation of color #0377EF: hue angle of 210.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0377EF is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 119 239 -
CMYK 0.99 0.50 0 0.06
HSL 210.51º 0.98% 0.47% -
HSV(B) 210.51º 0.99% 0.94% -
XYZ 22.21 19.45 84.24 -
YUV 98 207.57 60.24 -
System Red Green Blue C M Y K H S L
Decimal 3 119 239 0.99 0.50 0 0.06 210.51 0.98 0.47
Hex 3 77 EF 63 32 0 6 D3 62 2F
Octal 3 167 357 143 62 0 6 323 142 57
Binary 11 1110111 11101111 1100011 110010 0 110 11010011 1100010 101111

Color Harmonies of #0377EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0377EF

Black with #0377EF

Text Example


Text Example

White with #0377EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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