Html Css Color HEX #0376CC Navy Blue

📋 copy color: '#0376CC'

red 3 ◦ green 118 ◦ blue 204

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

Shades of Navy Blue #0376CC

Tints of Navy Blue #0376CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.77%

R = 0.92%
G = 36.31%
B = 62.77%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0376CC (or 0x0376CC) is known color: Navy Blue. HEX triplet: 03, 76 and CC. RGB value is (3,118,204). Sum of RGB (Red+Green+Blue) = 3+118+204=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #0376CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0376CC is #FC8933. Grayscale: #5C5C5C. Windows color (decimal): -16550196 or 13399555. OLE color: 13399555.

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

Color convert

RGB 3 118 204 -
CMYK 0.99 0.42 0 0.2
HSL 205.67º 0.97% 0.41% -
HSV(B) 205.67º 0.99% 0.8% -
XYZ 17.42 17.34 59.56 -
YUV 93.42 190.4 63.51 -
System Red Green Blue C M Y K H S L
Decimal 3 118 204 0.99 0.42 0 0.2 205.67 0.97 0.41
Hex 3 76 CC 63 2A 0 14 CE 61 29
Octal 3 166 314 143 52 0 24 316 141 51
Binary 11 1110110 11001100 1100011 101010 0 10100 11001110 1100001 101001

Color Harmonies of #0376CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0376CC

Black with #0376CC

Text Example


Text Example

White with #0376CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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