Html Css Color HEX #0376CE Navy Blue

📋 copy color: '#0376CE'

red 3 ◦ green 118 ◦ blue 206

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

Shades of Navy Blue #0376CE

Tints of Navy Blue #0376CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.09%

 BLUE value IS 206 (80.86% from 255) = 63%

R = 0.92%
G = 36.09%
B = 63%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0376CE (or 0x0376CE) is known color: Navy Blue. HEX triplet: 03, 76 and CE. RGB value is (3,118,206). Sum of RGB (Red+Green+Blue) = 3+118+206=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #0376CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0376CE is #FC8931. Grayscale: #5D5D5D. Windows color (decimal): -16550194 or 13530627. OLE color: 13530627.

HSL color Cylindrical-coordinate representation of color #0376CE: hue angle of 206.01º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0376CE is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 118 206 -
CMYK 0.99 0.43 0 0.19
HSL 206.01º 0.97% 0.41% -
HSV(B) 206.01º 0.99% 0.81% -
XYZ 17.66 17.43 60.83 -
YUV 93.65 191.4 63.34 -
System Red Green Blue C M Y K H S L
Decimal 3 118 206 0.99 0.43 0 0.19 206.01 0.97 0.41
Hex 3 76 CE 63 2B 0 13 CE 61 29
Octal 3 166 316 143 53 0 23 316 141 51
Binary 11 1110110 11001110 1100011 101011 0 10011 11001110 1100001 101001

Color Harmonies of #0376CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0376CE

Black with #0376CE

Text Example


Text Example

White with #0376CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0376CE; }

 p { color: rgb(3,118,206); }

 H1.HeaderClassName
 {
   color: #0376CE;
 }
 .AnyTagClassName
 {
   color: #0376CE;
 }
</style>

background-color css

<style>
 a { background-color: #0376CE; }

 a { background-color: rgb(3,118,206); }

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

border-color css

<style>
 span { border-color: #0376CE; }

 span { border-color: rgb(3,118,206); }

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