Html Css Color HEX #0677CE Navy Blue

📋 copy color: '#0677CE'

red 6 ◦ green 119 ◦ blue 206

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

Shades of Navy Blue #0677CE

Tints of Navy Blue #0677CE

RGB

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

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

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

R = 1.81%
G = 35.95%
B = 62.24%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0677CE (or 0x0677CE) is known color: Navy Blue. HEX triplet: 06, 77 and CE. RGB value is (6,119,206). Sum of RGB (Red+Green+Blue) = 6+119+206=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #0677CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0677CE is #F98831. Grayscale: #5E5E5E. Windows color (decimal): -16353330 or 13530886. OLE color: 13530886.

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

Color convert

RGB 6 119 206 -
CMYK 0.97 0.42 0 0.19
HSL 206.1º 0.94% 0.42% -
HSV(B) 206.1º 0.97% 0.81% -
XYZ 17.81 17.69 60.87 -
YUV 95.13 190.56 64.43 -
System Red Green Blue C M Y K H S L
Decimal 6 119 206 0.97 0.42 0 0.19 206.1 0.94 0.42
Hex 6 77 CE 61 2A 0 13 CE 5E 2A
Octal 6 167 316 141 52 0 23 316 136 52
Binary 110 1110111 11001110 1100001 101010 0 10011 11001110 1011110 101010

Color Harmonies of #0677CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0677CE

Black with #0677CE

Text Example


Text Example

White with #0677CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,119,206); }

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

background-color css

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

 a { background-color: rgb(6,119,206); }

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

border-color css

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

 span { border-color: rgb(6,119,206); }

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