Html Css Color HEX #0676CC Navy Blue

📋 copy color: '#0676CC'

red 6 ◦ green 118 ◦ blue 204

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

Shades of Navy Blue #0676CC

Tints of Navy Blue #0676CC

RGB

 RED value IS 6 (2.73% from 255) = 1.83%

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

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

R = 1.83%
G = 35.98%
B = 62.2%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0676CC (or 0x0676CC) is known color: Navy Blue. HEX triplet: 06, 76 and CC. RGB value is (6,118,204). Sum of RGB (Red+Green+Blue) = 6+118+204=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #0676CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0676CC is #F98933. Grayscale: #5D5D5D. Windows color (decimal): -16353588 or 13399558. OLE color: 13399558.

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

Color convert

RGB 6 118 204 -
CMYK 0.97 0.42 0 0.2
HSL 206.06º 0.94% 0.41% -
HSV(B) 206.06º 0.97% 0.8% -
XYZ 17.45 17.36 59.56 -
YUV 94.32 189.89 65.01 -
System Red Green Blue C M Y K H S L
Decimal 6 118 204 0.97 0.42 0 0.2 206.06 0.94 0.41
Hex 6 76 CC 61 2A 0 14 CE 5E 29
Octal 6 166 314 141 52 0 24 316 136 51
Binary 110 1110110 11001100 1100001 101010 0 10100 11001110 1011110 101001

Color Harmonies of #0676CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0676CC

Black with #0676CC

Text Example


Text Example

White with #0676CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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